We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed2732 commit fadc743Copy full SHA for fadc743
cpp/arduino/EEPROM.h
@@ -27,6 +27,9 @@
27
#include <inttypes.h>
28
#include <avr/io.h>
29
30
+#if !defined(EEPROM_SIZE) && defined(E2END) && (E2END)
31
+#define EEPROM_SIZE (E2END + 1)
32
+#endif
33
#ifdef EEPROM_SIZE
34
35
// Is this all the custom code required?
misc/default.yml
@@ -100,7 +100,6 @@ platforms:
100
features:
101
defines:
102
- __AVR_ATmega2560__
103
- - EEPROM_SIZE=(4096)
104
warnings:
105
flags:
106
cplayClassic:
0 commit comments