Browse Source

LPC176x requires USE_SHARED_EEPROM (#17858)

vanilla_fb_2.0.x
randellhodges 4 years ago
committed by GitHub
parent
commit
4c4be32ad7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/HAL/LPC1768/inc/Conditionals_post.h

2
Marlin/src/HAL/LPC1768/inc/Conditionals_post.h

@ -23,4 +23,6 @@
#if USE_FALLBACK_EEPROM
#define FLASH_EEPROM_EMULATION
#elif EITHER(I2C_EEPROM, SPI_EEPROM)
#define USE_SHARED_EEPROM 1
#endif

Loading…
Cancel
Save