From cd0093a14bd12d61ceab6860341c1a1fcd0ebb04 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 13 May 2010 09:25:17 +0000 Subject: Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS commands when the extended address boundary is crossed during programming or readback (thanks to Gerard Sexton). Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled. --- Projects/Benito/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/Benito/makefile') diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile index 4fadc10c1..5bab672f4 100644 --- a/Projects/Benito/makefile +++ b/Projects/Benito/makefile @@ -60,7 +60,7 @@ # MCU name -MCU = atmega32u4 +MCU = atmega32u2 # Target board (see library "Board Types" documentation, NONE for projects not requiring -- cgit v1.2.3