Print the MMU progress into status screen

This commit is contained in:
Guðni Már Gilbert 2022-05-07 15:57:54 +00:00 committed by D.R.racer
parent 15fbb93a8c
commit 1ba314d95b
1 changed files with 1 additions and 0 deletions

View File

@ -663,6 +663,7 @@ void lcdui_print_status_line(void) {
break;
case CustomMsg::MMUProgress:
// set up at mmu2_reporting.cpp, just do nothing here
lcd_print(lcd_status_message);
break;
}
}