|
@@ -233,14 +233,6 @@ void ReportErrorHook(uint16_t ec) {
|
|
|
case (uint8_t)ReportErrorHookStates::RENDER_ERROR_SCREEN:
|
|
|
ReportErrorHookStaticRender(ei);
|
|
|
ReportErrorHookState = ReportErrorHookStates::MONITOR_SELECTION;
|
|
|
- IncrementMMUFails();
|
|
|
-
|
|
|
-
|
|
|
- if( (uint16_t)ec & 0x7e00 ){
|
|
|
-
|
|
|
-
|
|
|
- mmu2.IncrementTMCFailures();
|
|
|
- }
|
|
|
[[fallthrough]];
|
|
|
case (uint8_t)ReportErrorHookStates::MONITOR_SELECTION:
|
|
|
mmu2.is_mmu_error_monitor_active = true;
|