Skip to content

Commit

Permalink
* fixed flasher flags in Makefile.include
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Apr 9, 2013
1 parent a918a9d commit 95158bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ clean:
rm -f $(PROJBINDIR)/*

flash: all
$(FLASHER) $(PORT) $(PROJBINDIR)/$(PROJECT).hex
$(FLASHER) $(FFLAGS)

term:
$(TERM) $(PORT)
Expand Down

0 comments on commit 95158bd

Please sign in to comment.