diff options
Diffstat (limited to 'src/avr/main.c')
-rw-r--r-- | src/avr/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avr/main.c b/src/avr/main.c index 57aa3c01..0523af41 100644 --- a/src/avr/main.c +++ b/src/avr/main.c @@ -12,7 +12,7 @@ #include "irq.h" // irq_enable #include "sched.h" // sched_main -DECL_CONSTANT(MCU, CONFIG_MCU); +DECL_CONSTANT_STR("MCU", CONFIG_MCU); /**************************************************************** |