Merge pull request #7877 from fiveangle/bf2-controller_fan_includes

[2.0.x] Resolve USE_CONTROLLER_FAN compile errors
This commit is contained in:
Scott Lahteine 2017-10-07 13:08:55 -05:00 committed by GitHub
commit 81a1e69a4a

View file

@ -24,6 +24,9 @@
#if ENABLED(USE_CONTROLLER_FAN)
#include "../module/stepper_indirection.h"
#include "../module/temperature.h"
void controllerfan_update() {
static millis_t lastMotorOn = 0, // Last time a motor was turned on
nextMotorCheck = 0; // Last time the state was checked