Added interrupts for f3, Pre_main rutine in vector_chipset, nvic.h modified to include f3.
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
b8764d0214
commit
0ca18eb09f
@@ -2,6 +2,8 @@
|
||||
# include "../stm32/f1/vector_nvic.c"
|
||||
#elif defined(STM32F2)
|
||||
# include "../stm32/f2/vector_nvic.c"
|
||||
#elif defined(STM32F3)
|
||||
# include "../stm32/f3/vector_nvic.c"
|
||||
#elif defined(STM32F4)
|
||||
# include "../stm32/f4/vector_nvic.c"
|
||||
#elif defined(STM32L1)
|
||||
|
||||
Reference in New Issue
Block a user