🩹 Fix 'ms' warning

This commit is contained in:
Scott Lahteine 2021-09-03 17:26:36 -05:00 committed by Scott Lahteine
parent 9e18a543fa
commit cc3abcd2c5

View File

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