Fix lcd_impl_status_screen_1
This commit is contained in:
parent
4ed579cafc
commit
56057bcecd
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ FORCE_INLINE void _draw_status_message(const bool blink) {
|
|||
* |01234567890123456789|
|
||||
*/
|
||||
|
||||
static void lcd_impl_status_screen_1() {
|
||||
void lcd_impl_status_screen_1() {
|
||||
const bool blink = lcd_blink();
|
||||
|
||||
// ========== Line 1 ==========
|
||||
|
|
Reference in a new issue