From cec254950509038ca9c805e87feea9091d77d29f Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 10 Mar 2011 00:50:27 +0900 Subject: FIX: send last report when idle timeouts. (pjrc) --- adb_usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 adb_usb/Makefile (limited to 'adb_usb/Makefile') diff --git a/adb_usb/Makefile b/adb_usb/Makefile old mode 100644 new mode 100755 index 61e43a72fd..92b9ba1a93 --- 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 -- cgit v1.2.3