diff options
Diffstat (limited to 'example-fs-bb48/command.c')
-rw-r--r-- | example-fs-bb48/command.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/example-fs-bb48/command.c b/example-fs-bb48/command.c index 15df6dd..70861d8 100644 --- a/example-fs-bb48/command.c +++ b/example-fs-bb48/command.c @@ -8,12 +8,7 @@ static int adc_initialized = 0; #endif #include "board.h" -#ifdef MCU_KINETIS_L -#include "mcu/sys-mkl27z.h" -#else -#include "mcu/sys-stm32.h" -#undef STM32F10X_MD /* Prepare for high density device, too. */ -#endif +#include "sys.h" struct command_table { |