Skip to content

Commit d621829

Browse files
authored
Merge pull request #541 from LeeLeahy2/vct-fix-pc-cmd-queue
VCT: BUG FIX - PC command queue type
2 parents b2f59e7 + a008d7e commit d621829

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)