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

eeprom_init from STM32F1/access_start

parent 200ba87d
Branches
Tags
No related merge requests found
......@@ -39,6 +39,7 @@ size_t PersistentStore::capacity() { return MARLIN_EEPROM_SIZE; }
bool PersistentStore::access_finish() { return true; }
bool PersistentStore::access_start() {
eeprom_init();
#if ENABLED(SPI_EEPROM)
#if SPI_CHAN_EEPROM1 == 1
SET_OUTPUT(BOARD_SPI1_SCK_PIN);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment