Fix compile issue with USE_CONTROLLER_FAN (#9665)

This commit is contained in:
Bob-the-Kuhn 2018-02-16 02:02:20 -06:00 committed by Scott Lahteine
parent 2ec90d2162
commit 15204bd5e9
3 changed files with 3 additions and 3 deletions

View file

@ -440,7 +440,7 @@ void report_current_position();
#endif
#endif
#if HAS_CONTROLLERFAN
#if ENABLED(USE_CONTROLLER_FAN)
extern int controllerFanSpeed;
#endif