From bf07fa8b457bdd549b38f876e278d959bd740174 Mon Sep 17 00:00:00 2001 From: Antoine Drouin Date: Tue, 8 Mar 2005 22:42:03 +0000 Subject: [PATCH] verify --- conf/Makefile.avr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/Makefile.avr b/conf/Makefile.avr index 0dd47f33b0..fed5d6a0be 100644 --- a/conf/Makefile.avr +++ b/conf/Makefile.avr @@ -112,7 +112,7 @@ $(OBJDIR)/%.hex: $(OBJDIR)/%.elf %.install: $(OBJDIR)/%.hex check_arch # stk200 needs to be erased first $(UISP) $(UISP_FLAGS) --erase - $(UISP) $(UISP_FLAGS) --upload if=$< + $(UISP) $(UISP_FLAGS) --upload --verify if=$< erase: check_arch $(UISP) $(ISP_FLAGS) --erase