瀏覽代碼

🩹 Fix 'ms' warning

Scott Lahteine 3 年之前
父節點
當前提交
5dbb155395
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/lcd/marlinui.cpp

+ 1
- 1
Marlin/src/lcd/marlinui.cpp 查看文件

@@ -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…
取消
儲存