diff options
Diffstat (limited to 'ps2_usb/Makefile')
-rwxr-xr-x[-rw-r--r--] | ps2_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile index af73be2c92..7b55e02019 100644..100755 --- 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 |