1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* fixed flasher flags in Makefile.include

This commit is contained in:
Oliver Hahm 2013-04-09 11:26:33 +02:00
parent a918a9ddde
commit 95158bd38e

View File

@ -44,7 +44,7 @@ clean:
rm -f $(PROJBINDIR)/*
flash: all
$(FLASHER) $(PORT) $(PROJBINDIR)/$(PROJECT).hex
$(FLASHER) $(FFLAGS)
term:
$(TERM) $(PORT)