mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 06:29:38 +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)
|
||||
return ADB_STAT_TIMEOUT;
|
||||
} 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;
|
||||
|
Loading…
Reference in New Issue
Block a user