Smart tab5keyboard (#533)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace tt::hal::usb {
|
||||
|
||||
bool startMassStorageWithSdmmc() { return false; }
|
||||
bool startMassStorageWithSdmmc(bool /*fromBootMode*/) { return false; }
|
||||
void stop() {}
|
||||
Mode getMode() { return Mode::Default; }
|
||||
BootMode getUsbBootMode() { return BootMode::None; }
|
||||
@@ -12,7 +12,7 @@ bool isSupported() { return false; }
|
||||
|
||||
bool canRebootIntoMassStorageSdmmc() { return false; }
|
||||
void rebootIntoMassStorageSdmmc() {}
|
||||
bool startMassStorageWithFlash() { return false; }
|
||||
bool startMassStorageWithFlash(bool /*fromBootMode*/) { return false; }
|
||||
bool canRebootIntoMassStorageFlash() { return false; }
|
||||
void rebootIntoMassStorageFlash() {}
|
||||
bool isUsbBootMode() { return false; }
|
||||
|
||||
Reference in New Issue
Block a user