[chibios] Pass luftboot vector table shift to Assembler flags

This commit is contained in:
Michal Podhradsky
2017-02-11 10:09:06 -08:00
parent 08f7e4c56e
commit 38caab953e
+1 -1
View File
@@ -282,7 +282,7 @@ CPPWARN = -Wall -Wextra
UDEFS = $($(TARGET).CFLAGS) $(USER_CFLAGS) $(BOARD_CFLAGS)
# Define ASM defines here
UADEFS =
UADEFS = $($(TARGET).CFLAGS) $(USER_CFLAGS) $(BOARD_CFLAGS)
# List all user directories here
# remove -I before include dir because ChibiOS is adding them again