Prevent 'I2C_EEPROM' on LPC176x

This commit is contained in:
Scott Lahteine
2020-04-21 18:51:28 -05:00
parent 1563d128d8
commit d666ef00e0
4 changed files with 5 additions and 29 deletions

View File

@ -21,6 +21,8 @@
*/
#pragma once
#if USE_FALLBACK_EEPROM && NONE(SDCARD_EEPROM_EMULATION, SRAM_EEPROM_EMULATION)
#undef I2C_EEPROM // Arduino framework provides code for I2C
#if USE_FALLBACK_EEPROM
#define FLASH_EEPROM_EMULATION
#endif