diff options
Diffstat (limited to 'mcu/sys-stm32f030.c')
-rw-r--r-- | mcu/sys-stm32f030.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcu/sys-stm32f030.c b/mcu/sys-stm32f030.c index 04090d2..f811b97 100644 --- a/mcu/sys-stm32f030.c +++ b/mcu/sys-stm32f030.c @@ -17,6 +17,7 @@ #include <stdlib.h> #include "board.h" +#define STM32F0_USE_VECTOR_ON_RAM #include "mcu/clk_gpio_init-stm32.c" |