Default argument to defer_status_screen

This commit is contained in:
Scott Lahteine
2019-03-23 16:30:43 -05:00
parent 9562a02c5a
commit d8329d858d
13 changed files with 19 additions and 19 deletions

View File

@ -430,7 +430,7 @@ public:
static void lcd_in_status(const bool inStatus);
#endif
static inline void defer_status_screen(const bool defer) {
static inline void defer_status_screen(const bool defer=true) {
#if LCD_TIMEOUT_TO_STATUS
defer_return_to_status = defer;
#else