Fix bad #ifdef (#16227)

This commit is contained in:
Luu Lac 2019-12-15 11:16:36 -06:00 committed by Scott Lahteine
parent 6a514a1e8e
commit e9dadacf7b

View file

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