Update HID bootloader loader application to support the VID/PID used by the bootloader.
This commit is contained in:
parent
cae0fa73d7
commit
7d823d926f
8 changed files with 98 additions and 39 deletions
|
|
@ -14,8 +14,8 @@ LIBS =
|
|||
.endif
|
||||
|
||||
|
||||
teensy_loader_cli: teensy_loader_cli.c
|
||||
$(CC) $(CFLAGS) -s -o teensy_loader_cli teensy_loader_cli.c $(LIBS)
|
||||
hid_bootloader_cli: hid_bootloader_cli.c
|
||||
$(CC) $(CFLAGS) -s -o hid_bootloader_cli hid_bootloader_cli.c $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -f teensy_loader_cli
|
||||
rm -f hid_bootloader_cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue