From f6c4c6f65e540aa373199fd6e6f99dea43d68ce6 Mon Sep 17 00:00:00 2001 From: Jenna Fox Date: Mon, 24 Sep 2012 10:32:09 +1000 Subject: get rid of writeLength variable, free up another 32 bytes for user program space, make the finish mechanism more sensible --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/Makefile') diff --git a/firmware/Makefile b/firmware/Makefile index 6596147..9f36797 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -20,7 +20,7 @@ DEVICE = attiny85 # BOOTLOADER_ADDRESS is 1800 for 8k devices, 3800 for 16k and 7800 for 32k. # Can be on the start of any flash page for ATtiny85, but must be set low enough so there is space for the full boot loader # BOOTLOADER_ADDRESS is in units of 8 bytes seems like -BOOTLOADER_ADDRESS = 1700 +BOOTLOADER_ADDRESS = 1704 FUSEOPT = $(FUSEOPT_t85) LOCKOPT = -U lock:w:0x2f:m -- cgit v1.2.3