Searched refs:numCommands (Results 1 – 1 of 1) sorted by relevance
96 uint8_t numCommands, numArgs; in executeCMDList() local99 numCommands = *(addr++); // Number of commands to follow in executeCMDList()100 while(numCommands--) { // For each command... in executeCMDList()