Make wait_for_heatup volatile

This commit is contained in:
Scott Lahteine
2016-07-06 19:59:19 -07:00
parent bd5a825b8b
commit 2ee4e4f791
3 changed files with 2 additions and 4 deletions

View File

@ -95,8 +95,6 @@
extern int absPreheatHPBTemp;
extern int absPreheatFanSpeed;
extern bool wait_for_heatup;
#if ENABLED(FILAMENT_LCD_DISPLAY)
extern millis_t previous_lcd_status_ms;
#endif