aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-13 09:25:17 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-13 09:25:17 +0000
commitcd0093a14bd12d61ceab6860341c1a1fcd0ebb04 (patch)
treead4402b674c74297f30c2a72b1522c2ac1d475ee /Projects/Benito
parent1331cce08a6e899b15382dd1c6110565ed1b34c5 (diff)
downloadlufa-cd0093a14bd12d61ceab6860341c1a1fcd0ebb04.tar.gz
lufa-cd0093a14bd12d61ceab6860341c1a1fcd0ebb04.tar.bz2
lufa-cd0093a14bd12d61ceab6860341c1a1fcd0ebb04.zip
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.
Diffstat (limited to 'Projects/Benito')
-rw-r--r--Projects/Benito/Lib/RingBuff.h2
-rw-r--r--Projects/Benito/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Benito/Lib/RingBuff.h b/Projects/Benito/Lib/RingBuff.h
index b4933aa4d..30dbf104e 100644
--- a/Projects/Benito/Lib/RingBuff.h
+++ b/Projects/Benito/Lib/RingBuff.h
@@ -30,7 +30,7 @@
/* Buffer Configuration: */
/* Buffer length - select static size of created ring buffers: */
- #define BUFF_STATICSIZE 128 // Set to the static ring buffer size for all ring buffers (place size after define)
+ #define BUFF_STATICSIZE 255 // Set to the static ring buffer size for all ring buffers (place size after define)
/* Volatile mode - uncomment to make buffers volatile, for use in ISRs, etc: */
#define BUFF_VOLATILE // Uncomment to cause all ring buffers to become volatile (and atomic if multi-byte) in access
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