[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:
Karl Palsson 2013-09-11 21:39:58 +00:00 committed by Karl Palsson
parent dbb65d9f5b
commit 822654b16b

View File

@ -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"