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 c65d978 commit a789de3Copy full SHA for a789de3
Firmware/Tools/VcServerTest.c
@@ -1224,7 +1224,7 @@ bool issueVcCommands(int vcIndex)
1224
1225
case CMD_WAIT_CONNECTED:
1226
if ((virtualCircuitList[vcIndex].vcState != VC_STATE_CONNECTED)
1227
- || commandProcessorBusy(vcIndex))
+ || (!commandProcessorIdle(vcIndex)))
1228
{
1229
//Mark the list as empty to allow this entry to be executed again
1230
virtualCircuitList[vcIndex].activeCommand = CMD_LIST_SIZE;
0 commit comments