diff options
author | tmk <nobody@nowhere> | 2011-05-04 08:12:27 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-05-04 08:12:27 +0900 |
commit | 13e4662baee972a6df340bfabe5fcb8aa00646e3 (patch) | |
tree | 7046098953dbf41572677552e4131397fcadae7b /hhkb/Makefile | |
parent | cec254950509038ca9c805e87feea9091d77d29f (diff) |
minor fix for HHKB Makefile and doc
Diffstat (limited to 'hhkb/Makefile')
-rwxr-xr-x[-rw-r--r--] | hhkb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hhkb/Makefile b/hhkb/Makefile index 2c8cd5afcf..4a0af1cdcb 100644..100755 --- a/hhkb/Makefile +++ b/hhkb/Makefile @@ -42,7 +42,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 |