|
|
@ -53,7 +53,7 @@ shared_ptr<ZCanReceiverCMD> ZCanReceiverHost::sendcmdblock(shared_ptr<ZCanReceiv |
|
|
|
} |
|
|
|
|
|
|
|
if (!m_txContext.isReady) { |
|
|
|
logger->warn("sendcmdblock(index{},cmd{},subcmd{}) fail,timeout", cmd->packetindex, cmd->cmdid, cmd->subcmdid); |
|
|
|
logger->warn("sendcmdblock(index {},cmd {},subcmd {}) fail,timeout", cmd->packetindex, cmd->cmdid, cmd->subcmdid); |
|
|
|
return nullptr; |
|
|
|
} |
|
|
|
return m_txContext.rx; |
|
|
|