🐛 Fix status_printf alert level

This commit is contained in:
Scott Lahteine
2022-03-25 17:09:26 -05:00
parent 6b55eec9bb
commit 4ff063440d
2 changed files with 22 additions and 19 deletions

View File

@@ -365,7 +365,7 @@ public:
static void set_status(const char * const cstr, const bool persist=false);
static void set_status(FSTR_P const fstr, const int8_t level=0);
static void status_printf(const uint8_t level, FSTR_P const fmt, ...);
static void status_printf(int8_t level, FSTR_P const fmt, ...);
#if HAS_DISPLAY