diff options
Diffstat (limited to 'src/sam3x8e/timer.c')
-rw-r--r-- | src/sam3x8e/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sam3x8e/timer.c b/src/sam3x8e/timer.c index 667e9b65..bab2512f 100644 --- a/src/sam3x8e/timer.c +++ b/src/sam3x8e/timer.c @@ -5,9 +5,9 @@ // This file may be distributed under the terms of the GNU GPLv3 license. #include "autoconf.h" // CONFIG_CLOCK_FREQ +#include "board/irq.h" // irq_disable #include "board/misc.h" // timer_from_us #include "command.h" // shutdown -#include "irq.h" // irq_disable #include "sam3x8e.h" // TC0 #include "sched.h" // sched_timer_kick |