From e5d7e593ec8a1587983e2ca9504af6b4e9d17578 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 10 Mar 2017 23:00:17 -0500 Subject: generic: Move generic parts of sam3x8e timer.c to generic directory Most of sam3x8e/timer.c is going to be platform agnostic for any board with standard irq handling. Move the generic code into a new file generic/timer.c. Signed-off-by: Kevin O'Connor --- src/avr/timer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/avr/timer.c') diff --git a/src/avr/timer.c b/src/avr/timer.c index 06d8845e..3818e772 100644 --- a/src/avr/timer.c +++ b/src/avr/timer.c @@ -17,7 +17,6 @@ ****************************************************************/ DECL_CONSTANT(CLOCK_FREQ, F_CPU); -DECL_CONSTANT(MCU, CONFIG_MCU); // Return the number of clock ticks for a given number of microseconds uint32_t -- cgit v1.2.3-70-g09d2