Makefile: fix the build failure introduced with the recent Makefile

change. Sorry for letting this slip through.
This commit is contained in:
Markus Hitter 2010-10-02 16:34:30 +02:00
parent f29c675fcc
commit f5a26de775
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ program: config.h $(PROGRAM).hex
stty $(PROGBAUD) raw ignbrk hup < $(PROGPORT)
@sleep 0.1
@stty $(PROGBAUD) raw ignbrk hup < $(PROGPORT)
$(AVRDUDE) -cstk500v1 -b$(PROGBAUD) -p$(MCU_TARGET) -P$(PROGPORT) -C$(AVRDUDECONF) -U flash:w:$^
$(AVRDUDE) -cstk500v1 -b$(PROGBAUD) -p$(MCU_TARGET) -P$(PROGPORT) -C$(AVRDUDECONF) -U flash:w:$(PROGRAM).hex
stty 115200 raw ignbrk -hup -echo ixoff < $(PROGPORT)
clean: