summaryrefslogtreecommitdiffstats
path: root/converter/usb_usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converter/usb_usb/Makefile')
-rw-r--r--converter/usb_usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/usb_usb/Makefile b/converter/usb_usb/Makefile
index 13f77ca9b..4f983e7f6 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)