소스 검색

LPC176x requires USE_SHARED_EEPROM (#17858)

randellhodges 4 년 전
부모
커밋
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…
취소
저장