diff options
author | Jenna Fox <a@creativepony.com> | 2012-09-24 11:37:45 +1000 |
---|---|---|
committer | Jenna Fox <a@creativepony.com> | 2012-09-24 11:37:45 +1000 |
commit | f7d3ec87196a19323ead9419894c20d694339ee5 (patch) | |
tree | 05367dd8ec4e562d60237fc77a954935a2a0209e /firmware/Makefile | |
parent | 1661106325194bb00b50b01a92ee4dffef41545b (diff) | |
parent | f6c4c6f65e540aa373199fd6e6f99dea43d68ce6 (diff) | |
download | micronucleus-f7d3ec87196a19323ead9419894c20d694339ee5.tar.gz micronucleus-f7d3ec87196a19323ead9419894c20d694339ee5.tar.bz2 micronucleus-f7d3ec87196a19323ead9419894c20d694339ee5.zip |
Revert get rid of writeLength
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |