diff options
Diffstat (limited to 'src/lpc176x/main.c')
-rw-r--r-- | src/lpc176x/main.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lpc176x/main.c b/src/lpc176x/main.c index 7fddde5a..79001e72 100644 --- a/src/lpc176x/main.c +++ b/src/lpc176x/main.c @@ -4,13 +4,9 @@ // // This file may be distributed under the terms of the GNU GPLv3 license. -#include "board/misc.h" // timer_read_time -#include "command.h" // DECL_CONSTANT -#include "internal.h" // NVIC_SystemReset +#include "internal.h" // enable_pclock #include "sched.h" // sched_main -DECL_CONSTANT_STR("MCU", "lpc176x"); - /**************************************************************** * watchdog handler |