Browse Source

correct typo in eeprom split target for dfu (#5445)

pull/5448/head 0.6.317
Rob Rogers 5 years ago
committed by Drashna Jaelre
parent
commit
afdc67184d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/avr.mk

+ 1
- 1
tmk_core/avr.mk View File

@ -194,7 +194,7 @@ dfu-split-right: $(BUILD_DIR)/$(TARGET).hex cpfirmware check-size
$(DFU_PROGRAMMER) $(MCU) flash --eeprom $(QUANTUM_PATH)/split_common/eeprom-righthand.eep;\
else\
$(DFU_PROGRAMMER) $(MCU) erase;\
$(DFU_PROGRAMMER) $(MCU) flash-eeprom $(QUANTUM_PATH)/split_common/eeprom-rightand.eep;\
$(DFU_PROGRAMMER) $(MCU) flash-eeprom $(QUANTUM_PATH)/split_common/eeprom-righthand.eep;\
fi
$(DFU_PROGRAMMER) $(MCU) flash $(BUILD_DIR)/$(TARGET).hex
$(DFU_PROGRAMMER) $(MCU) reset


Loading…
Cancel
Save