From 9f8817a47e10f35e8008e40576d2bc54157c2767 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 5 Jun 2016 14:58:12 -0400 Subject: generic: Move board timer.h files into generic/misc.h Signed-off-by: Kevin O'Connor --- src/avr/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/avr/timer.c') diff --git a/src/avr/timer.c b/src/avr/timer.c index 31f94caf..442bff32 100644 --- a/src/avr/timer.c +++ b/src/avr/timer.c @@ -6,10 +6,10 @@ #include // TCNT1 #include "autoconf.h" // CONFIG_AVR_CLKPR +#include "board/misc.h" // timer_from_us #include "command.h" // shutdown #include "irq.h" // irq_save #include "sched.h" // sched_timer_kick -#include "timer.h" // timer_from_us /**************************************************************** -- cgit v1.2.3-70-g09d2