You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
364 B

#if defined(STM32F3)
# include "../stm32/f3/vector_chipset.c"
#elif defined(STM32F4)
# include "../stm32/f4/vector_chipset.c"
#elif defined(STM32F7)
# include "../stm32/f7/vector_chipset.c"
#elif defined(LPC43XX_M4)
# include "../lpc43xx/m4/vector_chipset.c"
#elif defined(VF6XX)
# include "../vf6xx/vector_chipset.c"
#else
static void pre_main(void) {}
#endif