Browse Source

Fix bootloader-jump compiling.

tags/v2.9
flabbergast 8 years ago
parent
commit
5248511209
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tmk_core/tool/chibios/chibios.mk

+ 1
- 1
tmk_core/tool/chibios/chibios.mk View File

@@ -206,7 +206,7 @@ CPPWARN = -Wall -Wextra -Wundef
UDEFS = $(OPT_DEFS)

# Define ASM defines here
UADEFS =
UADEFS = $(OPT_DEFS)

# List all user directories here
UINCDIR =

Loading…
Cancel
Save