status_message_level => alert_level

This commit is contained in:
Scott Lahteine
2019-07-01 00:44:39 -05:00
parent 24655a6bf3
commit 10b85be405
2 changed files with 16 additions and 17 deletions

View File

@ -277,8 +277,8 @@ public:
static char status_message[];
static bool has_status();
static uint8_t status_message_level; // Higher levels block lower levels
static inline void reset_alert_level() { status_message_level = 0; }
static uint8_t alert_level; // Higher levels block lower levels
static inline void reset_alert_level() { alert_level = 0; }
#if ENABLED(STATUS_MESSAGE_SCROLLING)
static uint8_t status_scroll_offset;