Change USB PID

This commit is contained in:
Jun Wako
2014-12-10 14:35:46 +09:00
parent f6f698dda0
commit 9de992ba0b
3 changed files with 14 additions and 5 deletions

View File

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