Kaynağa Gözat

Allow keyboards to override DFU_ARGS

skullY 9 yıl önce
ebeveyn
işleme
3e4cc5c945
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tmk_core/chibios.mk

+ 1 - 1
tmk_core/chibios.mk

@@ -143,7 +143,7 @@ MCUFLAGS = -mcpu=$(MCU)
 
 DEBUG = gdb
 
-DFU_ARGS =
+DFU_ARGS ?=
 ifneq ("$(SERIAL)","")
 	DFU_ARGS += -S $(SERIAL)
 endif