From 24de547620877db431476e3a258437d51ca4b64f Mon Sep 17 00:00:00 2001 From: Baciu Vlad-Eusebiu Date: Tue, 12 Dec 2023 01:14:52 +0200 Subject: [PATCH] Update Teensy.mk --- Teensy.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teensy.mk b/Teensy.mk index fd3b148..5936990 100644 --- a/Teensy.mk +++ b/Teensy.mk @@ -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="" 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