From d3992408b12e9cc8a874e739e02be3615c59af0b Mon Sep 17 00:00:00 2001
From: Jenna Fox <a@creativepony.com>
Date: Mon, 24 Sep 2012 01:31:13 +1000
Subject: added note to self about what BOOTLOADER_ADDRESS actually means in
 Makefile

---
 firmware/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/firmware/Makefile b/firmware/Makefile
index 66e5c3f..6596147 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -19,6 +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 is in units of 8 bytes seems like
 BOOTLOADER_ADDRESS = 1700
 FUSEOPT = $(FUSEOPT_t85)
 LOCKOPT = -U lock:w:0x2f:m
-- 
cgit v1.2.3