Chris Pepper 6 years ago
parent
commit
95beafa9a2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/menu/menu_main.cpp

+ 1
- 1
Marlin/src/lcd/menu/menu_main.cpp View File

277
     else {
277
     else {
278
       #if PIN_EXISTS(SD_DETECT)
278
       #if PIN_EXISTS(SD_DETECT)
279
         MENU_ITEM(function, MSG_NO_CARD, NULL);
279
         MENU_ITEM(function, MSG_NO_CARD, NULL);
280
-      #elif
280
+      #else
281
         MENU_ITEM(gcode, MSG_INIT_SDCARD, PSTR("M21"));
281
         MENU_ITEM(gcode, MSG_INIT_SDCARD, PSTR("M21"));
282
         MENU_ITEM(function, MSG_SD_RELEASED, NULL);
282
         MENU_ITEM(function, MSG_SD_RELEASED, NULL);
283
       #endif
283
       #endif

Loading…
Cancel
Save