|
@ -24,7 +24,7 @@ |
|
|
|
|
|
|
|
|
#include "../../inc/MarlinConfig.h" |
|
|
#include "../../inc/MarlinConfig.h" |
|
|
|
|
|
|
|
|
#if ENABLED(EEPROM_SETTINGS) && DISABLED(FLASH_EEPROM_EMULATION) |
|
|
#if USE_WIRED_EEPROM |
|
|
|
|
|
|
|
|
#include "../shared/eeprom_api.h" |
|
|
#include "../shared/eeprom_api.h" |
|
|
#include <EEPROM.h> |
|
|
#include <EEPROM.h> |
|
@ -59,5 +59,5 @@ bool PersistentStore::read_data(int &pos, uint8_t* value, size_t size, uint16_t |
|
|
|
|
|
|
|
|
size_t PersistentStore::capacity() { return EEPROM_SIZE; } |
|
|
size_t PersistentStore::capacity() { return EEPROM_SIZE; } |
|
|
|
|
|
|
|
|
#endif // EEPROM_SETTINGS
|
|
|
#endif // USE_WIRED_EEPROM
|
|
|
#endif // ARDUINO_ARCH_ESP32
|
|
|
#endif // ARDUINO_ARCH_ESP32
|
|
|