Fix ExtUI compile warnings and error (#12799)

This commit is contained in:
Marcio Teixeira
2019-01-03 07:36:43 -07:00
committed by Scott Lahteine
parent 74c47803f7
commit 81e753064a
3 changed files with 6 additions and 4 deletions

View File

@ -618,7 +618,7 @@ class Temperature {
#endif
#endif
#if ENABLED(ULTRA_LCD)
#if ENABLED(ULTRA_LCD) || ENABLED(EXTENSIBLE_UI)
static void set_heating_message(const uint8_t e);
#endif