aboutsummaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-08-09 12:13:35 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-08-09 12:13:35 +0000
commit8e646a832be33218a9422c9d3d06ef71a7fb3517 (patch)
treecb6f97c836821048a8ca47dec47c1c9a08b6da06 /firmware/Makefile
parent6237f4d6019fbada2c3447f4531310f5e3cb5d06 (diff)
typo + additional info
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index f80d362..e48be37 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -5,7 +5,9 @@ NOMAN=
MCU_TARGET= atmega328p
F_CPU= 20000000
-ORG= 0x7e00 # Table 27-13, 4 Pages 265 words * 2
+ORG= 0x7e00 # Table 27-13, 4 Pages 256 words * 2
+ # BOOTSZ1: 1
+ # BOOTSZ0: 1
# You should not have to change anything below here.