Fix wait_for_user + PAUSE_BEFORE_DEPLOY_STOW issue (#14831)

This commit is contained in:
Ludy
2019-08-08 08:52:20 +02:00
committed by Scott Lahteine
parent c8e30b6639
commit 528c9885f2
2 changed files with 6 additions and 3 deletions

View File

@ -395,6 +395,7 @@ public:
static inline void init() {}
static inline void update() {}
static inline void refresh() {}
static inline void return_to_status() {}
static inline void set_alert_status_P(PGM_P message) { UNUSED(message); }
static inline void set_status(const char* const message, const bool persist=false) { UNUSED(message); UNUSED(persist); }
static inline void set_status_P(PGM_P const message, const int8_t level=0) { UNUSED(message); UNUSED(level); }