Reformatted file and changed some wrong tabs into spaces
This commit is contained in:
parent
05b15fe67e
commit
722238b95e
1 changed files with 47 additions and 47 deletions
|
@ -657,7 +657,6 @@ else
|
||||||
$(call show_config_info,Size utility: Basic (not AVR-aware),[AUTODETECTED])
|
$(call show_config_info,Size utility: Basic (not AVR-aware),[AUTODETECTED])
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifneq (,$(strip $(ARDUINO_LIBS)))
|
ifneq (,$(strip $(ARDUINO_LIBS)))
|
||||||
$(call arduino_output,-)
|
$(call arduino_output,-)
|
||||||
$(call show_config_info,ARDUINO_LIBS =)
|
$(call show_config_info,ARDUINO_LIBS =)
|
||||||
|
@ -769,7 +768,7 @@ ifndef AVRDUDE_CONF
|
||||||
# The avrdude bundled with Arduino can't find its config
|
# The avrdude bundled with Arduino can't find its config
|
||||||
AVRDUDE_CONF = $(AVR_TOOLS_DIR)/etc/avrdude.conf
|
AVRDUDE_CONF = $(AVR_TOOLS_DIR)/etc/avrdude.conf
|
||||||
endif
|
endif
|
||||||
# If avrdude is installed separately, it can find its own config flie
|
# If avrdude is installed separately, it can find its own config file
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AVRDUDE_COM_OPTS = -q -V -p $(MCU)
|
AVRDUDE_COM_OPTS = -q -V -p $(MCU)
|
||||||
|
@ -797,6 +796,7 @@ endif
|
||||||
AVRDUDE_UPLOAD_HEX = -U flash:w:$(TARGET_HEX):i
|
AVRDUDE_UPLOAD_HEX = -U flash:w:$(TARGET_HEX):i
|
||||||
AVRDUDE_UPLOAD_EEP = -U eeprom:w:$(TARGET_EEP):i
|
AVRDUDE_UPLOAD_EEP = -U eeprom:w:$(TARGET_EEP):i
|
||||||
AVRDUDE_ISPLOAD_OPTS = $(AVRDUDE_UPLOAD_HEX)
|
AVRDUDE_ISPLOAD_OPTS = $(AVRDUDE_UPLOAD_HEX)
|
||||||
|
|
||||||
ifneq ($(ISP_EEPROM), 0)
|
ifneq ($(ISP_EEPROM), 0)
|
||||||
AVRDUDE_ISPLOAD_OPTS += $(AVRDUDE_UPLOAD_EEP)
|
AVRDUDE_ISPLOAD_OPTS += $(AVRDUDE_UPLOAD_EEP)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue