From 02660d0c807ca893fb235f208505d2388a0f90a3 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Fri, 27 May 2011 17:15:38 +0100 Subject: [PATCH] AVR flash-program now checks sizes against the architecture. --- ports/avr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/avr/Makefile b/ports/avr/Makefile index c5f214b..7fdb5c4 100644 --- a/ports/avr/Makefile +++ b/ports/avr/Makefile @@ -112,7 +112,7 @@ clean: # Send to STK500 program : $(BUILD_DIR)/$(app).hex - $(SIZE) -C $(BUILD_DIR)/$(app).elf + $(SIZE) -C --mcu=$(PART) $(BUILD_DIR)/$(app).elf $(UISP) -dprog=stk500 -dserial=$(UISP_DEV) -dpart=$(PART) --erase --upload --verify if=$(BUILD_DIR)/$(app).hex doxygen: