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:
Wail Khemir 2015-11-17 16:39:21 -05:00
parent e61d51dab3
commit 09b9d6ba1f
1 changed files with 1 additions and 0 deletions

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