Fix bad #ifdef (#16227)
This commit is contained in:
parent
6a514a1e8e
commit
e9dadacf7b
@ -31,7 +31,7 @@
|
|||||||
millis_t chdk_timeout; // = 0
|
millis_t chdk_timeout; // = 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef PHOTO_POSITION && PHOTO_DELAY_MS > 0
|
#if defined(PHOTO_POSITION) && PHOTO_DELAY_MS > 0
|
||||||
#include "../../../Marlin.h" // for idle()
|
#include "../../../Marlin.h" // for idle()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user