Skip to content
Snippets Groups Projects
Commit 6edc2c36 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix eeprom init glitch

parent b4aebbe7
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ size_t PersistentStore::capacity() { return EEPROM_SIZE; }
bool PersistentStore::access_finish() { return true; }
bool PersistentStore::access_start() {
TERN_(SPI_EEPROM, eeprom_init());
TERN_(I2C_EEPROM, eeprom_init());
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment