summaryrefslogtreecommitdiffstats
path: root/firmware/configuration/t84_default/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/configuration/t84_default/Makefile.inc')
-rw-r--r--firmware/configuration/t84_default/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/configuration/t84_default/Makefile.inc b/firmware/configuration/t84_default/Makefile.inc
index 5213b19..5309f79 100644
--- a/firmware/configuration/t84_default/Makefile.inc
+++ b/firmware/configuration/t84_default/Makefile.inc
@@ -15,7 +15,7 @@ DEVICE = attiny84
# - 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 = 1A00
+BOOTLOADER_ADDRESS = 1980
FUSEOPT = -U lfuse:w:0xe2:m -U hfuse:w:0xdd:m -U efuse:w:0xfe:m
FUSEOPT_DISABLERESET = # TODO