diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-09-18 11:37:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-09-18 11:59:43 -0400 |
commit | 9b70c052ccc7e9b28e8e935ba4fccb888a4889da (patch) | |
tree | b0e9fed7b22214ca1f6e3c1fdaebf5613e3e34ba /src/atsam | |
parent | 1c6a8267f9514ee5d02948719acab7bae4407311 (diff) | |
download | kutter-9b70c052ccc7e9b28e8e935ba4fccb888a4889da.tar.gz kutter-9b70c052ccc7e9b28e8e935ba4fccb888a4889da.tar.xz kutter-9b70c052ccc7e9b28e8e935ba4fccb888a4889da.zip |
armcm_boot: Export MCU definition from armcm_boot
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/atsam')
-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 |