diff options
Diffstat (limited to 'src/stm32f1/main.c')
-rw-r--r-- | src/stm32f1/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32f1/main.c b/src/stm32f1/main.c index 3abb03a3..258578da 100644 --- a/src/stm32f1/main.c +++ b/src/stm32f1/main.c @@ -19,7 +19,7 @@ #include "stm32f1xx_ll_spi.h" #include "sched.h" // sched_main -DECL_CONSTANT(MCU, "stm32f103"); +DECL_CONSTANT_STR("MCU", "stm32f103"); /**************************************************************** |