Non-fatal error from ps::access_start (#14845)
This commit is contained in:
parent
f13fbafe31
commit
92c35d14a4
2 changed files with 2 additions and 2 deletions
|
@ -450,7 +450,7 @@ void MarlinSettings::postprocess() {
|
|||
#define WORD_PADDED_EEPROM ENABLED(__STM32F1__, FLASH_EEPROM_EMULATION)
|
||||
|
||||
#if WORD_PADDED_EEPROM && ENABLED(DEBUG_EEPROM_READWRITE)
|
||||
#define UPDATE_TEST_INDEX(VAR) (text_index += sizeof(VAR))
|
||||
#define UPDATE_TEST_INDEX(VAR) (test_index += sizeof(VAR))
|
||||
#else
|
||||
#define UPDATE_TEST_INDEX(VAR) NOOP
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue