Fix CHDK warning
This commit is contained in:
parent
a860f7f5f7
commit
1a44270284
@ -453,7 +453,8 @@ inline void manage_inactivity(const bool ignore_stepper_queue=false) {
|
|||||||
already_shutdown_steppers = false;
|
already_shutdown_steppers = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if PIN_EXISTS(CHDK) // Check if pin should be set to LOW (after M240 set it HIGH)
|
#if ENABLED(PHOTO_GCODE) && PIN_EXISTS(CHDK)
|
||||||
|
// Check if CHDK should be set to LOW (after M240 set it HIGH)
|
||||||
extern millis_t chdk_timeout;
|
extern millis_t chdk_timeout;
|
||||||
if (chdk_timeout && ELAPSED(ms, chdk_timeout)) {
|
if (chdk_timeout && ELAPSED(ms, chdk_timeout)) {
|
||||||
chdk_timeout = 0;
|
chdk_timeout = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user