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