aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpc176x/main.c')
-rw-r--r--src/lpc176x/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lpc176x/main.c b/src/lpc176x/main.c
index d522a014..62c5c207 100644
--- a/src/lpc176x/main.c
+++ b/src/lpc176x/main.c
@@ -4,10 +4,10 @@
//
// This file may be distributed under the terms of the GNU GPLv3 license.
-#include "LPC17xx.h" // NVIC_SystemReset
+#include "board/misc.h" // timer_read_time
#include "command.h" // DECL_CONSTANT
+#include "internal.h" // NVIC_SystemReset
#include "sched.h" // sched_main
-#include "board/misc.h" // timer_read_time
DECL_CONSTANT_STR("MCU", "lpc176x");