We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e61efd commit a413e21Copy full SHA for a413e21
1 file changed
erpc_c/infra/erpc_transport_arbitrator.cpp
@@ -50,6 +50,8 @@ void TransportArbitrator::setCrc16(Crc16 *crcImpl)
50
51
bool TransportArbitrator::hasMessage(void)
52
{
53
+ assert(m_sharedTransport && "shared transport is not set");
54
+
55
return m_sharedTransport->hasMessage();
56
}
57
0 commit comments