Give Leonardo-type arduinos 2048 storage

This commit is contained in:
David P Hilton
2016-02-02 11:14:06 -05:00
parent 1e3f0696af
commit 4233770315

View File

@@ -156,6 +156,9 @@ void captureInline2mhz(void);
#if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)
#define DEBUG_CAPTURE_SIZE 7168
#define CAPTURE_SIZE 7168
#elif defined(__AVR_ATmega32U4__)
#define DEBUG_CAPTURE_SIZE 2048
#define CAPTURE_SIZE 2048
#elif defined(__AVR_ATmega328P__)
#define DEBUG_CAPTURE_SIZE 1024
#define CAPTURE_SIZE 1024