mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-12 00:29:18 +00:00
Fix DEBUG_EEPROM_READWRITE compile error (#13492)
This commit is contained in:
parent
e3ab54753b
commit
fe346cd4d1
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ void MarlinSettings::postprocess() {
|
||||||
#if WORD_PADDED_EEPROM
|
#if WORD_PADDED_EEPROM
|
||||||
int test_index;
|
int test_index;
|
||||||
#else
|
#else
|
||||||
int &test_index = eeprom_index;
|
#define test_index eeprom_index
|
||||||
#endif
|
#endif
|
||||||
#define _FIELD_TEST(FIELD) \
|
#define _FIELD_TEST(FIELD) \
|
||||||
EEPROM_ASSERT( \
|
EEPROM_ASSERT( \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue