generic: Move board timer.h files into generic/misc.h

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2016-06-05 14:58:12 -04:00
parent 9971f999b3
commit 9f8817a47e
5 changed files with 8 additions and 26 deletions

View file

@ -9,7 +9,7 @@
#include <stddef.h> // NULL
#include "autoconf.h" // CONFIG_*
#include "board/irq.h" // irq_save
#include "board/timer.h" // timer_from_us
#include "board/misc.h" // timer_from_us
#include "command.h" // shutdown
#include "sched.h" // sched_from_us
#include "stepper.h" // stepper_event