Explorar el Código

Fix bootloader-jump compiling.

tags/v2.9
flabbergast hace 8 años
padre
commit
5248511209
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      tmk_core/tool/chibios/chibios.mk

+ 1
- 1
tmk_core/tool/chibios/chibios.mk Ver fichero

@@ -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 =

Cargando…
Cancelar
Guardar