one more pattern

This commit is contained in:
2014-03-14 22:05:42 +01:00
parent 0938c1025e
commit c39347c317
3 changed files with 45 additions and 5 deletions

View File

@ -49,5 +49,5 @@ bin: $(PRG).bin
$(OBJCOPY) -j .text -j .data -O binary $< $@
prg: $(PRG).bin
python2 ../megaHidProg/megaHidProg.py -C -c 1000 -t 4 -b $(PRG).bin
python2 megaHidProg.py -C -c 1000 -t 4 -b $(PRG).bin