diff options
Diffstat (limited to 'src/atsamd/main.c')
-rw-r--r-- | src/atsamd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atsamd/main.c b/src/atsamd/main.c index 5a5a374d..c7dbe9fd 100644 --- a/src/atsamd/main.c +++ b/src/atsamd/main.c @@ -8,7 +8,7 @@ #include "internal.h" // NVIC_SystemReset #include "sched.h" // sched_main -DECL_CONSTANT(MCU, CONFIG_MCU); +DECL_CONSTANT_STR("MCU", CONFIG_MCU); // Return the start of memory available for dynamic allocations void * |