Browse Source

LPC176x requires USE_SHARED_EEPROM (#17858)

randellhodges 5 years ago
parent
commit
4c4be32ad7
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/HAL/LPC1768/inc/Conditionals_post.h

+ 2
- 0
Marlin/src/HAL/LPC1768/inc/Conditionals_post.h View File

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

Loading…
Cancel
Save