diff options
| author | John Whittington <git@jbrengineering.co.uk> | 2018-01-03 08:14:39 +0000 |
|---|---|---|
| committer | John Whittington <git@jbrengineering.co.uk> | 2018-01-03 08:14:39 +0000 |
| commit | a6d979ef90ddae3549876917f80847ea647c284a (patch) | |
| tree | 342fd8732f1220e40ef423fff1be8c81f032af92 /Arduino.mk | |
| parent | d874c59103fc9619df906c0f967bcfa539325592 (diff) | |
| parent | c3fe5dcc2fbd5c895b032ca5a5a1f60af163b744 (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1531,7 +1531,7 @@ reset_stty: $$STTYF $(call get_monitor_port) -hupcl ispload: $(TARGET_EEP) $(TARGET_HEX) verify_size - $(AVRDUDE) $(AVRDUDE_COM_OPTS) $(AVRDUDE_ISP_OPTS) \ + $(AVRDUDE) $(AVRDUDE_COM_OPTS) $(AVRDUDE_ISP_OPTS) -e \ $(AVRDUDE_ISPLOAD_OPTS) burn_bootloader: @@ -1547,7 +1547,7 @@ endif set_fuses: ifneq ($(strip $(AVRDUDE_ISP_FUSES_PRE)),) - $(AVRDUDE) $(AVRDUDE_COM_OPTS) $(AVRDUDE_ISP_OPTS) -e $(AVRDUDE_ISP_FUSES_PRE) + $(AVRDUDE) $(AVRDUDE_COM_OPTS) $(AVRDUDE_ISP_OPTS) $(AVRDUDE_ISP_FUSES_PRE) endif ifneq ($(strip $(AVRDUDE_ISP_FUSES_POST)),) $(AVRDUDE) $(AVRDUDE_COM_OPTS) $(AVRDUDE_ISP_OPTS) $(AVRDUDE_ISP_FUSES_POST) |
