🎨 Null heating message method

This commit is contained in:
Scott Lahteine
2021-05-22 17:56:31 -05:00
parent aee971bcaf
commit d8c4be375c
4 changed files with 7 additions and 7 deletions

View File

@@ -869,8 +869,10 @@ class Temperature {
#endif
#endif
#if HAS_STATUS_MESSAGE
#if HAS_HOTEND && HAS_STATUS_MESSAGE
static void set_heating_message(const uint8_t e);
#else
static inline void set_heating_message(const uint8_t) {}
#endif
#if HAS_LCD_MENU && HAS_TEMPERATURE