randellhodges
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
Marlin/src/HAL/LPC1768/inc/Conditionals_post.h
|
@ -23,4 +23,6 @@ |
|
|
|
|
|
|
|
|
#if USE_FALLBACK_EEPROM |
|
|
#if USE_FALLBACK_EEPROM |
|
|
#define FLASH_EEPROM_EMULATION |
|
|
#define FLASH_EEPROM_EMULATION |
|
|
|
|
|
#elif EITHER(I2C_EEPROM, SPI_EEPROM) |
|
|
|
|
|
#define USE_SHARED_EEPROM 1 |
|
|
#endif |
|
|
#endif |
|
|