Преглед изворни кода

LPC176x requires USE_SHARED_EEPROM (#17858)

randellhodges пре 5 година
родитељ
комит
4c4be32ad7
No account linked to committer's email address
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2
    0
      Marlin/src/HAL/LPC1768/inc/Conditionals_post.h

+ 2
- 0
Marlin/src/HAL/LPC1768/inc/Conditionals_post.h Прегледај датотеку

@@ -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…
Откажи
Сачувај