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:
parent
e61d51dab3
commit
09b9d6ba1f
|
@ -45,6 +45,7 @@
|
||||||
#include <nuttx/compiler.h>
|
#include <nuttx/compiler.h>
|
||||||
#include <nuttx/irq.h>
|
#include <nuttx/irq.h>
|
||||||
#include <nuttx/fs/ioctl.h>
|
#include <nuttx/fs/ioctl.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
#ifdef CONFIG_TIMER
|
#ifdef CONFIG_TIMER
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue