|
@ -38,12 +38,7 @@ |
|
|
#endif |
|
|
#endif |
|
|
size_t PersistentStore::capacity() { return MARLIN_EEPROM_SIZE; } |
|
|
size_t PersistentStore::capacity() { return MARLIN_EEPROM_SIZE; } |
|
|
|
|
|
|
|
|
bool PersistentStore::access_finish() { |
|
|
bool PersistentStore::access_finish() { return true; } |
|
|
#if ENABLED(EEPROM_W25Q) |
|
|
|
|
|
eeprom_hw_deinit(); |
|
|
|
|
|
#endif |
|
|
|
|
|
return true; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
bool PersistentStore::access_start() { |
|
|
bool PersistentStore::access_start() { |
|
|
eeprom_init(); |
|
|
eeprom_init(); |
|
|