Browse Source

🩹 Fix 'ms' warning

Scott Lahteine 4 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
         UNUSED(persist);
1444
         UNUSED(persist);
1445
       #endif
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
         const millis_t ms = millis();
1448
         const millis_t ms = millis();
1449
       #endif
1449
       #endif
1450
 
1450
 

Loading…
Cancel
Save