summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2013-11-27 19:56:01 +0100
committercpldcpu <cpldcpu@gmail.com>2013-11-27 19:56:01 +0100
commit6b890afca8dcf7b470dd10a2fd76c5dc97fa6061 (patch)
tree57454454d05fefb3cdd452288598c35900a71662 /firmware/Makefile
parent64153397eef3bc5ed0c13435d1cbee5ec022fed9 (diff)
downloadmicronucleus-6b890afca8dcf7b470dd10a2fd76c5dc97fa6061.tar.gz
micronucleus-6b890afca8dcf7b470dd10a2fd76c5dc97fa6061.tar.bz2
micronucleus-6b890afca8dcf7b470dd10a2fd76c5dc97fa6061.zip
Move Usbinit, using wdt now
make micronucleus more similar to littlewire
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 8213461..95a48e7 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 = 1840
+BOOTLOADER_ADDRESS = 1800
PROGRAMMER = -c USBasp
# PROGRAMMER contains AVRDUDE options to address your programmer