minor fix for HHKB Makefile and doc

This commit is contained in:
tmk 2011-05-04 08:12:27 +09:00
parent cec2549505
commit 13e4662bae
2 changed files with 9 additions and 9 deletions

2
hhkb/Makefile Normal file → Executable file
View file

@ -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