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 b2f59e7 commit a008d7eCopy full SHA for a008d7e
Firmware/Tools/VcServerTest.c
@@ -161,7 +161,7 @@ int myVc = VC_SERVER;
161
uint8_t outputBuffer[VC_SERIAL_HEADER_BYTES + BUFFER_SIZE];
162
uint32_t pcActiveCommand = CMD_LIST_SIZE;
163
char pcCommandBuffer[128];
164
-uint8_t pcCommandQueue[COMMAND_QUEUE_SIZE];
+QUEUE_T pcCommandQueue[COMMAND_QUEUE_SIZE];
165
uint32_t pcCommandTimer;
166
int pcCommandVc = MAX_VC;
167
uint8_t remoteCommandVc;
0 commit comments