Fix: Filament Already Loaded only has two buttons
This commit is contained in:
parent
15a8c8fe37
commit
25a7dc8397
|
|
@ -265,8 +265,6 @@ Buttons ButtonAvailable(uint16_t ec) {
|
||||||
return Left;
|
return Left;
|
||||||
case ButtonOperations::Continue: // "Proceed/Continue"
|
case ButtonOperations::Continue: // "Proceed/Continue"
|
||||||
return Right;
|
return Right;
|
||||||
case ButtonOperations::RestartMMU: // "Restart MMU"
|
|
||||||
return RestartMMU;
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue