From 5de62e26a04bd99a1f70f13270ab95e6b3e85d59 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 4 May 2011 08:15:29 +0900 Subject: fix for ps2_usb Makefile and circuit --- ps2_usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 ps2_usb/Makefile (limited to 'ps2_usb/Makefile') diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile old mode 100644 new mode 100755 index af73be2c92..7b55e02019 --- a/ps2_usb/Makefile +++ b/ps2_usb/Makefile @@ -43,7 +43,7 @@ USB_NKRO_ENABLE = yes # USB Nkey Rollover #---------------- 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