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:
parent
a918a9ddde
commit
95158bd38e
@ -44,7 +44,7 @@ clean:
|
||||
rm -f $(PROJBINDIR)/*
|
||||
|
||||
flash: all
|
||||
$(FLASHER) $(PORT) $(PROJBINDIR)/$(PROJECT).hex
|
||||
$(FLASHER) $(FFLAGS)
|
||||
|
||||
term:
|
||||
$(TERM) $(PORT)
|
||||
|
Loading…
Reference in New Issue
Block a user