drop two-line vector.c dispatchers in favor of central dispatch
This commit is contained in:
11
lib/dispatch/vector.c
Normal file
11
lib/dispatch/vector.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#if defined(STM32F4)
|
||||
# include "../stm32/f4/vector.c"
|
||||
|
||||
#elif defined(LPC43XX)
|
||||
# include "../lpc43xx/vector.c"
|
||||
|
||||
#else
|
||||
|
||||
static void pre_main(void) {}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user