From 8e646a832be33218a9422c9d3d06ef71a7fb3517 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 9 Aug 2012 12:13:35 +0000 Subject: typo + additional info --- firmware/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/Makefile') 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. -- cgit v1.2.3