diff options
author | Jun Wako <wakojun@gmail.com> | 2014-12-11 01:00:32 +0900 |
---|---|---|
committer | Jun Wako <wakojun@gmail.com> | 2014-12-11 01:00:32 +0900 |
commit | b47450da9ffc1c296b3ba6ecd189fced0b7b8ed9 (patch) | |
tree | 75f6876b9fa3baedb4970c44bed726168bf7c149 /converter/usb_usb/Makefile | |
parent | f6f698dda0a1cc9e92b75927b0273205402de9e2 (diff) | |
parent | 30864ea5e48c15796cc2e3e2ba4a9b50322d82a4 (diff) |
Merge branch 'usb_usb_hub'
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) |