Remove external rebooter for Teensy CLI

This commit is contained in:
Ivan Kravets
2015-02-15 23:38:11 +02:00
parent 5a32f88dee
commit 83dfcf6ac2

View File

@ -142,7 +142,6 @@ if isfile(env.subst(join(
UPLOADERFLAGS=[
"-mmcu=$BOARD_MCU",
"-w", # wait for device to apear
"-r", # hard reboot if device not online
"-v" # verbose output
],
UPLOADHEXCMD='"$UPLOADER" $UPLOADERFLAGS $SOURCES'