Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.

This commit is contained in:
Gregory Nutt
2015-04-01 12:37:44 -06:00
parent 53d10aa852
commit e6294dfe41
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
#include <fcntl.h>
#include <errno.h>
#include <nuttx/timer.h>
#include <nuttx/timers/timer.h>
/****************************************************************************
* Pre-processor Definitions