Browse Source

🩹 Fix 'ms' warning

Scott Lahteine 3 years ago
parent
commit
5dbb155395
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/marlinui.cpp

+ 1
- 1
Marlin/src/lcd/marlinui.cpp View File

@@ -1444,7 +1444,7 @@ constexpr uint8_t epps = ENCODER_PULSES_PER_STEP;
1444 1444
         UNUSED(persist);
1445 1445
       #endif
1446 1446
 
1447
-      #if ENABLED(LCD_PROGRESS_BAR) || BOTH(FILAMENT_LCD_DISPLAY, SDSUPPORT)
1447
+      #if BASIC_PROGRESS_BAR || BOTH(FILAMENT_LCD_DISPLAY, SDSUPPORT)
1448 1448
         const millis_t ms = millis();
1449 1449
       #endif
1450 1450
 

Loading…
Cancel
Save