Procházet zdrojové kódy

Minor code cleanup

Scott Lahteine před 6 roky
rodič
revize
afe79ba22b
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. 2
    4
      Marlin/src/feature/pause.cpp

+ 2
- 4
Marlin/src/feature/pause.cpp Zobrazit soubor

232
       #endif
232
       #endif
233
 
233
 
234
       // Keep looping if "Purge More" was selected
234
       // Keep looping if "Purge More" was selected
235
-    } while (
235
+    } while (false
236
       #if HAS_LCD_MENU
236
       #if HAS_LCD_MENU
237
-        show_lcd && advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE
238
-      #else
239
-        0
237
+        && show_lcd && advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE
240
       #endif
238
       #endif
241
     );
239
     );
242
 
240
 

Loading…
Zrušit
Uložit