From c2c3125d000b34b7b828e364b43216069aea5878 Mon Sep 17 00:00:00 2001 From: cpldcpu Date: Mon, 15 Jun 2015 02:08:41 +0200 Subject: firmware: Fix configuration for ATtiny167 --- firmware/configuration/t167_default/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/configuration/t167_default/Makefile.inc') diff --git a/firmware/configuration/t167_default/Makefile.inc b/firmware/configuration/t167_default/Makefile.inc index ca17884..8610307 100644 --- a/firmware/configuration/t167_default/Makefile.inc +++ b/firmware/configuration/t167_default/Makefile.inc @@ -15,7 +15,7 @@ DEVICE = attiny167 # - for the size of your device (8kb = 1024 * 8 = 8192) subtract above value 2124... = 6068 # - How many pages in is that? 6068 / 64 (tiny85 page size in bytes) = 94.8125 # - round that down to 94 - our new bootloader address is 94 * 64 = 6016, in hex = 1780 -BOOTLOADER_ADDRESS = 3980 +BOOTLOADER_ADDRESS = 3A00 FUSEOPT = # TODO FUSEOPT_DISABLERESET = # TODO -- cgit v1.2.3