mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-11 05:29:43 +00:00
adbbus: Don't abort.
This commit is contained in:
parent
72b257e5d1
commit
5de1c23aba
@ -96,7 +96,7 @@ uint8_t AdbBus::process_command(const uint8_t* in_data, int data_size) {
|
|||||||
if (!this->got_answer)
|
if (!this->got_answer)
|
||||||
return ADB_STAT_TIMEOUT;
|
return ADB_STAT_TIMEOUT;
|
||||||
} else {
|
} else {
|
||||||
ABORT_F("%s: unsupported ADB command 0x%X", this->name.c_str(), cmd_byte);
|
LOG_F(ERROR, "%s: unsupported ADB command 0x%X", this->name.c_str(), cmd_byte);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ADB_STAT_OK;
|
return ADB_STAT_OK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user