summaryrefslogtreecommitdiffstats
path: root/adb_usb/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-03-09 16:50:27 +0100
committertmk <nobody@nowhere>2011-03-10 03:17:54 +0100
commitcec254950509038ca9c805e87feea9091d77d29f (patch)
treec4f542b18dc080e32508aced1ee0ccce5cbf3a53 /adb_usb/Makefile
parent1a7c3585ed9a68099e371b3180a404dd5d08ce1a (diff)
downloadqmk_firmware-cec254950509038ca9c805e87feea9091d77d29f.tar.gz
qmk_firmware-cec254950509038ca9c805e87feea9091d77d29f.tar.xz
FIX: send last report when idle timeouts. (pjrc)
Diffstat (limited to 'adb_usb/Makefile')
-rwxr-xr-x[-rw-r--r--]adb_usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb_usb/Makefile b/adb_usb/Makefile
index 61e43a72f..92b9ba1a9 100644..100755
--- a/adb_usb/Makefile
+++ b/adb_usb/Makefile
@@ -44,7 +44,7 @@ USB_EXTRA_ENABLE = yes # Enhanced feature for Windows(Audio control and System c
#---------------- Programming Options --------------------------
-PROGRAM_CMD = teensy_loader_cli.exe -mmcu=$(MCU) -w -v $(TARGET).hex
+PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex