Merged in wail007/nuttx (pull request #33)
Added a lower-half timer driver for stm32 which is compatible with the upper-half driver located at /drivers/timers/timer.c
This commit is contained in:
commit
c0a701b779
@ -45,6 +45,7 @@
|
||||
#include <nuttx/compiler.h>
|
||||
#include <nuttx/irq.h>
|
||||
#include <nuttx/fs/ioctl.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef CONFIG_TIMER
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user