🩹 Fix 'hdsl' warning
This commit is contained in:
parent
e4ca822dcf
commit
152ec49b8b
|
@ -3203,9 +3203,11 @@ void MarlinSettings::reset() {
|
|||
|
||||
postprocess();
|
||||
|
||||
#if EITHER(EEPROM_CHITCHAT, DEBUG_LEVELING_FEATURE)
|
||||
FSTR_P const hdsl = F("Hardcoded Default Settings Loaded");
|
||||
TERN_(HOST_EEPROM_CHITCHAT, hostui.notify(hdsl));
|
||||
DEBUG_ECHO_START(); DEBUG_ECHOLNF(hdsl);
|
||||
#endif
|
||||
|
||||
TERN_(EXTENSIBLE_UI, ExtUI::onFactoryReset());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue