diff options
Diffstat (limited to 'src/atsam/main.c')
-rw-r--r-- | src/atsam/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/atsam/main.c b/src/atsam/main.c index 0bb9ff83..33ee2d88 100644 --- a/src/atsam/main.c +++ b/src/atsam/main.c @@ -6,12 +6,10 @@ #include "board/irq.h" // irq_disable #include "board/usb_cdc.h" // usb_request_bootloader -#include "command.h" // DECL_CONSTANT +#include "command.h" // DECL_COMMAND_FLAGS #include "internal.h" // WDT #include "sched.h" // sched_main -DECL_CONSTANT_STR("MCU", CONFIG_MCU); - /**************************************************************** * watchdog handler |