diff --git a/source/Core/Drivers/FUSB302/protocol_tx.cpp b/source/Core/Drivers/FUSB302/protocol_tx.cpp index 7eaddfc7..bd65b81b 100644 --- a/source/Core/Drivers/FUSB302/protocol_tx.cpp +++ b/source/Core/Drivers/FUSB302/protocol_tx.cpp @@ -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; }