Fix compiling error BIGTREE_SKR_MINI (#15197)

Let's get STM32F1 working again!
This commit is contained in:
Ludy
2019-09-09 17:34:54 +02:00
committed by Roxy-3D
parent 565a0e11ed
commit 3c3a956a17
3 changed files with 19 additions and 19 deletions

View File

@ -271,6 +271,8 @@ FORCE_INLINE void _draw_heater_status(const heater_ind_t heater, const bool blin
#endif
#if HAS_HEATED_CHAMBER
if (dodraw) _draw_centered_temp(target + 0.5, STATUS_CHAMBER_TEXT_X, 7);
#else
UNUSED(dodraw);
#endif
}
if (PAGE_CONTAINS(28 - INFO_FONT_ASCENT, 28 - 1))