summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorBluebie <a@creativepony.com>2013-03-04 13:07:45 +1100
committerBluebie <a@creativepony.com>2013-03-04 13:07:45 +1100
commitd5788624c23c1794c732401e1a4807366ed8a166 (patch)
treed3e0f473f31e23d2c325fdc7b215f1d339f740ec /firmware/Makefile
parent3d75771c55db65d3f1869c4d81e959f4b27eeb4a (diff)
downloadmicronucleus-d5788624c23c1794c732401e1a4807366ed8a166.tar.gz
micronucleus-d5788624c23c1794c732401e1a4807366ed8a166.tar.bz2
micronucleus-d5788624c23c1794c732401e1a4807366ed8a166.zip
Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes clock speed thing - always starts at 16.5mhz now!
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 72c034b..8dfba5d 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -24,7 +24,7 @@ LOCKOPT = -U lock:w:0x2f:m
# - 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 = 17c0
+BOOTLOADER_ADDRESS = 1780
PROGRAMMER = -c USBasp
# PROGRAMMER contains AVRDUDE options to address your programmer