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:
Gregory Nutt 2015-11-17 16:23:03 -06:00
commit c0a701b779

View File

@ -45,6 +45,7 @@
#include <nuttx/compiler.h>
#include <nuttx/irq.h>
#include <nuttx/fs/ioctl.h>
#include <stdbool.h>
#ifdef CONFIG_TIMER