fix for ps2_usb Makefile and circuit
This commit is contained in:
parent
13e4662bae
commit
5de62e26a0
2 changed files with 3 additions and 3 deletions
2
ps2_usb/Makefile
Normal file → Executable file
2
ps2_usb/Makefile
Normal file → Executable file
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue