Fix typo
This commit is contained in:
parent
408a5f08dc
commit
95beafa9a2
@ -277,7 +277,7 @@ void menu_main() {
|
|||||||
else {
|
else {
|
||||||
#if PIN_EXISTS(SD_DETECT)
|
#if PIN_EXISTS(SD_DETECT)
|
||||||
MENU_ITEM(function, MSG_NO_CARD, NULL);
|
MENU_ITEM(function, MSG_NO_CARD, NULL);
|
||||||
#elif
|
#else
|
||||||
MENU_ITEM(gcode, MSG_INIT_SDCARD, PSTR("M21"));
|
MENU_ITEM(gcode, MSG_INIT_SDCARD, PSTR("M21"));
|
||||||
MENU_ITEM(function, MSG_SD_RELEASED, NULL);
|
MENU_ITEM(function, MSG_SD_RELEASED, NULL);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user