aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/timer.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-06-05 14:58:12 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-06-13 23:18:58 -0400
commit9f8817a47e10f35e8008e40576d2bc54157c2767 (patch)
tree7121f7fa659ff234651d988aed6eead6ca7d67c0 /src/avr/timer.c
parent9971f999b382ef51a3a3d1db4a3385b7cc23a3a0 (diff)
downloadkutter-9f8817a47e10f35e8008e40576d2bc54157c2767.tar.gz
kutter-9f8817a47e10f35e8008e40576d2bc54157c2767.tar.xz
kutter-9f8817a47e10f35e8008e40576d2bc54157c2767.zip
generic: Move board timer.h files into generic/misc.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/avr/timer.c')
-rw-r--r--src/avr/timer.c2
1 files changed, 1 insertions, 1 deletions
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 <avr/interrupt.h> // 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
/****************************************************************