소스 검색

Fix DEBUG_EEPROM_READWRITE compile error (#13492)

Ludy 6 년 전
부모
커밋
fe346cd4d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp 파일 보기

@@ -412,7 +412,7 @@ void MarlinSettings::postprocess() {
412 412
     #if WORD_PADDED_EEPROM
413 413
       int test_index;
414 414
     #else
415
-      int &test_index = eeprom_index;
415
+      #define test_index eeprom_index
416 416
     #endif
417 417
     #define _FIELD_TEST(FIELD) \
418 418
       EEPROM_ASSERT( \

Loading…
취소
저장