Change USB PID
This commit is contained in:
parent
f6f698dda0
commit
9de992ba0b
3 changed files with 14 additions and 5 deletions
|
|
@ -120,7 +120,7 @@ VPATH += $(TOP_DIR)
|
|||
|
||||
|
||||
# program Leonardo
|
||||
PROGRAM_CMD = avrdude -p$(MCU) -cavr109 -P$(DEV) -b57600 -Uflash:w:$(TARGET).hex
|
||||
PROGRAM_CMD = avrdude -p$(MCU) -cavr109 -b57600 -Uflash:w:$(TARGET).hex -P$(DEV)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue