ソースを参照

Fix bad #ifdef (#16227)

Luu Lac 4年前
コミット
e9dadacf7b
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/src/gcode/feature/camera/M240.cpp

+ 1
- 1
Marlin/src/gcode/feature/camera/M240.cpp ファイルの表示

@@ -31,7 +31,7 @@
31 31
   millis_t chdk_timeout; // = 0
32 32
 #endif
33 33
 
34
-#ifdef PHOTO_POSITION && PHOTO_DELAY_MS > 0
34
+#if defined(PHOTO_POSITION) && PHOTO_DELAY_MS > 0
35 35
   #include "../../../Marlin.h" // for idle()
36 36
 #endif
37 37
 

読み込み中…
キャンセル
保存