Explorar o código

Clarify python2 call

Kevin Lee %!s(int64=4) %!d(string=hai) anos
pai
achega
43da5080ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Nixie_Firmware_Mbed/Makefile

+ 1 - 1
Nixie_Firmware_Mbed/Makefile

@@ -515,7 +515,7 @@ $(PROJECT).hex: $(PROJECT).elf
 	$(ELF2BIN) -O ihex $< $@
 
 $(PROJECT).dfu: $(PROJECT).bin
-	python $(VPATH)/dfu.py -b 0x08000000:$< -D 0x0483:0xdf11 $@
+	python2 $(VPATH)/dfu.py -b 0x08000000:$< -D 0x0483:0xdf11 $@
 	+@echo "===== dfu file ready to flash: $(OBJDIR)/$@ ====="