diff options
author | Jun Wako <wakojun@gmail.com> | 2014-12-10 14:35:46 +0900 |
---|---|---|
committer | Jun Wako <wakojun@gmail.com> | 2014-12-10 14:52:39 +0900 |
commit | 9de992ba0be93a7fcc539ad0418c8ebfd3cd6281 (patch) | |
tree | 150b2b58284a177ff25103415cd983e40fa7eb6e /converter/usb_usb/Makefile | |
parent | f6f698dda0a1cc9e92b75927b0273205402de9e2 (diff) |
Change USB PID
Diffstat (limited to 'converter/usb_usb/Makefile')
-rw-r--r-- | converter/usb_usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/usb_usb/Makefile b/converter/usb_usb/Makefile index 13f77ca9b7..4f983e7f68 100644 --- a/converter/usb_usb/Makefile +++ b/converter/usb_usb/Makefile @@ -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) |