🎨 Apply F() to status message
This commit is contained in:
committed by
Scott Lahteine
parent
520b97083e
commit
7f1286a11f
@@ -457,7 +457,7 @@ void CardReader::mount() {
|
||||
cdroot();
|
||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT) || PIN_EXISTS(SD_DETECT)
|
||||
else if (marlin_state != MF_INITIALIZING)
|
||||
ui.set_status_P(GET_TEXT(MSG_SD_INIT_FAIL), -1);
|
||||
ui.set_status(GET_TEXT_F(MSG_SD_INIT_FAIL), -1);
|
||||
#endif
|
||||
|
||||
ui.refresh();
|
||||
|
||||
Reference in New Issue
Block a user