🩹 Fix 'ms' warning

This commit is contained in:
Scott Lahteine
2021-09-03 17:26:36 -05:00
parent 18d82c1988
commit 5dbb155395

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