Skip to content

Commit a008d7e

Browse files
committed
VCT: BUG FIX - PC command queue type
1 parent b2f59e7 commit a008d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/Tools/VcServerTest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ int myVc = VC_SERVER;
161161
uint8_t outputBuffer[VC_SERIAL_HEADER_BYTES + BUFFER_SIZE];
162162
uint32_t pcActiveCommand = CMD_LIST_SIZE;
163163
char pcCommandBuffer[128];
164-
uint8_t pcCommandQueue[COMMAND_QUEUE_SIZE];
164+
QUEUE_T pcCommandQueue[COMMAND_QUEUE_SIZE];
165165
uint32_t pcCommandTimer;
166166
int pcCommandVc = MAX_VC;
167167
uint8_t remoteCommandVc;

0 commit comments

Comments
 (0)