Browse Source

Fix missing controller fan include

Scott Lahteine 4 years ago
parent
commit
0eab9fc08c
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/feature/power.cpp

+ 4
- 0
Marlin/src/feature/power.cpp View File

@@ -33,6 +33,10 @@
33 33
 #include "../module/stepper/indirection.h"
34 34
 #include "../MarlinCore.h"
35 35
 
36
+#if BOTH(USE_CONTROLLER_FAN, AUTO_POWER_CONTROLLERFAN)
37
+  #include "controllerfan.h"
38
+#endif
39
+
36 40
 Power powerManager;
37 41
 
38 42
 millis_t Power::lastPowerOn;

Loading…
Cancel
Save