Skip to content
Snippets Groups Projects
Commit 0c1cd9f5 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix "No SD Card" indicator

parent 8be91677
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ void menu_main() {
}
}
else {
MENU_ITEM(submenu, MSG_NO_CARD, menu_sdcard);
MENU_ITEM(function, MSG_NO_CARD, NULL);
#if !PIN_EXISTS(SD_DETECT)
MENU_ITEM(gcode, MSG_INIT_SDCARD, PSTR("M21")); // Manually initialize the SD-card via user interface
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment