Browse Source

Fix DEBUG_EEPROM_READWRITE compile error (#13492)

pull/1/head
Ludy 6 years ago
committed by Scott Lahteine
parent
commit
fe346cd4d1
  1. 2
      Marlin/src/module/configuration_store.cpp

2
Marlin/src/module/configuration_store.cpp

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

Loading…
Cancel
Save