Fix bad #ifdef (#16227)

2.0.x
Luu Lac 5 years ago committed by Scott Lahteine
parent 6a514a1e8e
commit e9dadacf7b

@ -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