fix bug resulting from equally named files
the local vector.o files shadowed the ../cm3/vector.c from VPATH, resulting in empty reset vectors.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <libopencm3/cm3/vector.h>
|
||||
|
||||
/* load optional platform dependent initialization routines */
|
||||
#include "../dispatch/vector.c"
|
||||
#include "../dispatch/vector_chipset.c"
|
||||
/* load the weak symbols for IRQ_HANDLERS */
|
||||
#include "../dispatch/vector_nvic.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user