summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2014-02-20 01:16:02 +0100
committercpldcpu <cpldcpu@gmail.com>2014-02-20 01:16:02 +0100
commit5b257aa2044dcc64ca7bfb63fdfdcbefadb42004 (patch)
tree2413e1e1bd288468c89fdb2611920795d892b61a /firmware/Makefile
parent9da799190ee21df5b48c425ac3df0d52613f0c95 (diff)
downloadmicronucleus-5b257aa2044dcc64ca7bfb63fdfdcbefadb42004.tar.gz
micronucleus-5b257aa2044dcc64ca7bfb63fdfdcbefadb42004.tar.bz2
micronucleus-5b257aa2044dcc64ca7bfb63fdfdcbefadb42004.zip
firmware: increase led speed
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 3cf8f54..122ee38 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 = 19C0
PROGRAMMER = -c USBasp
# PROGRAMMER contains AVRDUDE options to address your programmer