This reverts commit e2d4cd1a41
.
This commit is contained in:
parent
1b0272e801
commit
70ce4ba56f
11 changed files with 71 additions and 25 deletions
|
@ -324,7 +324,7 @@ bin: $(BUILD_DIR)/$(TARGET).bin sizeafter
|
|||
flash: $(BUILD_DIR)/$(TARGET).bin cpfirmware sizeafter
|
||||
ifneq ($(strip $(PROGRAM_CMD)),)
|
||||
$(PROGRAM_CMD)
|
||||
else ifeq ($(strip $(BOOTLOADER)),kiibohd)
|
||||
else ifeq ($(strip $(BOOTLOADER)),dfu)
|
||||
$(call EXEC_DFU_UTIL)
|
||||
else ifeq ($(strip $(MCU_FAMILY)),KINETIS)
|
||||
$(call EXEC_TEENSY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue