| 7 | bool startMassStorageWithSdmmc(bool /*fromBootMode*/) { return false; } |
| 8 | void stop() {} |
| 9 | Mode getMode() { return Mode::Default; } |
| 10 | BootMode getUsbBootMode() { return BootMode::None; } |
| 11 | bool isSupported() { return false; } |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected