X-Git-Url: https://git.donarmstrong.com/?p=tmk_firmware.git;a=blobdiff_plain;f=converter%2Fusb_usb%2FMakefile;fp=converter%2Fusb_usb%2FMakefile;h=4f983e7f68cda2037c9fd285b7ab04f7f41c7919;hp=13f77ca9b7db668c9068ba598f2503ecb581f4d0;hb=b47450da9ffc1c296b3ba6ecd189fced0b7b8ed9;hpb=f6f698dda0a1cc9e92b75927b0273205402de9e2 diff --git a/converter/usb_usb/Makefile b/converter/usb_usb/Makefile index 13f77ca..4f983e7 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)