Cleanup MSG_MMU_POWER_FAILS

This commit is contained in:
D.R.racer 2022-11-19 17:14:48 +01:00 committed by DRracer
parent a17153f877
commit aaebaf163f
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ static void lcd_menu_fails_stats_mmu_total() {
_T(MSG_TOTAL_FAILURES),
_T(MSG_MMU_FAILS), clamp999( eeprom_read_word((uint16_t*)EEPROM_MMU_FAIL_TOT) ),
_T(MSG_MMU_LOAD_FAILS), clamp999( eeprom_read_word((uint16_t*)EEPROM_MMU_LOAD_FAIL_TOT) ),
_i("MMU power fails"), clamp999( MMU2::mmu2.TMCFailures() ));
_T(MSG_MMU_POWER_FAILS), clamp999( MMU2::mmu2.TMCFailures() ));
menu_back_if_clicked_fb();
}