mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 19:17:28 +08:00
[chibios] Pass luftboot vector table shift to Assembler flags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user