LPC176x SPI / I2C PersistentStore (#17651)

This commit is contained in:
randellhodges
2020-04-28 02:27:55 -05:00
committed by GitHub
parent 7c3909bc3f
commit 5f7a75979f
29 changed files with 132 additions and 210 deletions

View File

@ -21,7 +21,7 @@
*/
#pragma once
// If no real EEPROM, Flash emulation, or SRAM emulation is available fall back to SD emulation
// If no real or emulated EEPROM selected, fall back to SD emulation
#if USE_FALLBACK_EEPROM
#define SDCARD_EEPROM_EMULATION
#endif