summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-24 01:24:20 +1000
committerJenna Fox <a@creativepony.com>2012-09-24 01:24:20 +1000
commitd2d2fb932a3a2c6e13189a75d49e412910952c13 (patch)
tree4bc1064853138631b085a20856e5b87571b78ab7 /firmware/Makefile
parent85f5f1c977643625f884f75545fc11a2294da5e4 (diff)
downloadmicronucleus-d2d2fb932a3a2c6e13189a75d49e412910952c13.tar.gz
micronucleus-d2d2fb932a3a2c6e13189a75d49e412910952c13.tar.bz2
micronucleus-d2d2fb932a3a2c6e13189a75d49e412910952c13.zip
remove reference to my debug LED
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 4f4c077..66e5c3f 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -19,7 +19,7 @@ F_CPU = 16500000
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 = 1500
+BOOTLOADER_ADDRESS = 1700
FUSEOPT = $(FUSEOPT_t85)
LOCKOPT = -U lock:w:0x2f:m