1
0
forked from me/IronOS

Update protocol_tx.cpp

This commit is contained in:
Ben V. Brown
2021-04-05 15:53:03 +10:00
parent b682f6cd70
commit 489f3818bf

View File

@@ -90,7 +90,6 @@ ProtocolTransmit::protocol_tx_state ProtocolTransmit::protocol_tx_reset() {
/* Tell the Protocol RX thread to reset */
ProtocolReceive::notify(PDB_EVT_PRLRX_RESET);
taskYIELD();
return PRLTxConstructMessage;
}