Followup for persistent_store_api.h

This commit is contained in:
Scott Lahteine
2018-08-13 17:43:24 -05:00
parent 66d2b48b59
commit 6a8b906318
3 changed files with 51 additions and 5 deletions

View File

@ -345,7 +345,6 @@ void MarlinSettings::postprocess() {
#if ENABLED(EEPROM_SETTINGS)
#include "../HAL/persistent_store_api.h"
PersistentStore persistentStore;
#define DUMMY_PID_VALUE 3000.0f
#define EEPROM_START() int eeprom_index = EEPROM_OFFSET; persistentStore.access_start()