Skip to content
Snippets Groups Projects
Commit 95158bd3 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

* fixed flasher flags in Makefile.include

parent a918a9dd
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ clean: ...@@ -44,7 +44,7 @@ clean:
rm -f $(PROJBINDIR)/* rm -f $(PROJBINDIR)/*
flash: all flash: all
$(FLASHER) $(PORT) $(PROJBINDIR)/$(PROJECT).hex $(FLASHER) $(FFLAGS)
term: term:
$(TERM) $(PORT) $(TERM) $(PORT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment