Explorar el Código

Fix: Filament Already Loaded only has two buttons

Guðni Már Gilbert hace 2 años
padre
commit
037d51b049
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Firmware/mmu2_error_converter.cpp

+ 0 - 2
Firmware/mmu2_error_converter.cpp

@@ -265,8 +265,6 @@ Buttons ButtonAvailable(uint16_t ec) {
             return Left;
         case ButtonOperations::Continue: // "Proceed/Continue"
             return Right;
-        case ButtonOperations::RestartMMU: // "Restart MMU"
-            return RestartMMU;
         default:
             break;
         }