diff options
Diffstat (limited to 'src/stm32/main.c')
-rw-r--r-- | src/stm32/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stm32/main.c b/src/stm32/main.c index 56da9718..7c46d4b5 100644 --- a/src/stm32/main.c +++ b/src/stm32/main.c @@ -4,13 +4,9 @@ // // This file may be distributed under the terms of the GNU GPLv3 license. -#include "autoconf.h" // CONFIG_MCU -#include "command.h" // DECL_CONSTANT_STR #include "internal.h" // clock_setup #include "sched.h" // sched_main -DECL_CONSTANT_STR("MCU", CONFIG_MCU); - // Main entry point int main(void) |