aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsamd/main.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-09-18 11:37:48 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-09-18 11:59:43 -0400
commit9b70c052ccc7e9b28e8e935ba4fccb888a4889da (patch)
treeb0e9fed7b22214ca1f6e3c1fdaebf5613e3e34ba /src/atsamd/main.c
parent1c6a8267f9514ee5d02948719acab7bae4407311 (diff)
downloadkutter-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/atsamd/main.c')
-rw-r--r--src/atsamd/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/atsamd/main.c b/src/atsamd/main.c
index bc0a1c4c..a5b7196b 100644
--- a/src/atsamd/main.c
+++ b/src/atsamd/main.c
@@ -4,12 +4,8 @@
//
// This file may be distributed under the terms of the GNU GPLv3 license.
-#include "command.h" // DECL_CONSTANT_STR
-#include "internal.h" // NVIC_SystemReset
#include "sched.h" // sched_main
-DECL_CONSTANT_STR("MCU", CONFIG_MCU);
-
// Main entry point
int
main(void)