From 95158bd38e36220b048a65d5560428655c466527 Mon Sep 17 00:00:00 2001 From: Oliver Hahm Date: Tue, 9 Apr 2013 11:26:33 +0200 Subject: [PATCH] * fixed flasher flags in Makefile.include --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index e5fadea984..b93226d462 100644 --- a/Makefile.include +++ b/Makefile.include @@ -44,7 +44,7 @@ clean: rm -f $(PROJBINDIR)/* flash: all - $(FLASHER) $(PORT) $(PROJBINDIR)/$(PROJECT).hex + $(FLASHER) $(FFLAGS) term: $(TERM) $(PORT)