Browse Source

Fix bad #ifdef (#16227)

pull/1/head
Luu Lac 5 years ago
committed by Scott Lahteine
parent
commit
e9dadacf7b
  1. 2
      Marlin/src/gcode/feature/camera/M240.cpp

2
Marlin/src/gcode/feature/camera/M240.cpp

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

Loading…
Cancel
Save