[stm32f3] Properly turn on the FPU
The vector chipset file was added, but not included in the dispatcher. Fixes github issue #201
This commit is contained in:
committed by
Karl Palsson
parent
dbb65d9f5b
commit
822654b16b
@@ -1,6 +1,7 @@
|
||||
#if defined(STM32F4)
|
||||
#if defined(STM32F3)
|
||||
# include "../stm32/f3/vector_chipset.c"
|
||||
#elif defined(STM32F4)
|
||||
# include "../stm32/f4/vector_chipset.c"
|
||||
|
||||
#elif defined(LPC43XX_M4)
|
||||
# include "../lpc43xx/m4/vector_chipset.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user