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.
2 parents 8876d01 + a789de3 commit e278abaCopy full SHA for e278aba
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