Update Teensy.mk
This commit is contained in:
parent
ba44ea44de
commit
24de547620
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ MCU := $(shell echo ${CPUFLAGS} | sed -n -e 's/.*-mcpu=\([a-zA-Z0-9_-]*\).*/\1/p
|
||||||
|
|
||||||
do_upload: override get_monitor_port=""
|
do_upload: override get_monitor_port=""
|
||||||
AVRDUDE=@true
|
AVRDUDE=@true
|
||||||
RESET_CMD = $(ARDUINO_DIR)/hardware/tools/teensy_post_compile -board=$(BOARD_TAG) -tools=$(abspath $(ARDUINO_DIR)/hardware/tools) -path=$(HEX_PATH) -file=$(TARGET) > /dev/null ; $(ARDUINO_DIR)/hardware/tools/teensy_reboot
|
RESET_CMD = nohup $(ARDUINO_DIR)/hardware/tools/teensy_post_compile -board=$(BOARD_TAG) -tools=$(abspath $(ARDUINO_DIR)/hardware/tools) -path=$(HEX_PATH) -file=$(TARGET) > /dev/null ; $(ARDUINO_DIR)/hardware/tools/teensy_reboot
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# automatially include Arduino.mk for the user
|
# automatially include Arduino.mk for the user
|
||||||
|
|
Loading…
Reference in a new issue