Rename few stuff for consistency
This commit is contained in:
@@ -512,12 +512,12 @@ static int CmdAnalyseA(const char *Cmd) {
|
||||
if (errors || cmdp == 0) return usage_analyse_a();
|
||||
|
||||
|
||||
UsbCommandOLD c = {CMD_FPC_SEND, {0, 0, 0}, {{0}}};
|
||||
PacketCommandOLD c = {CMD_FPC_SEND, {0, 0, 0}, {{0}}};
|
||||
memcpy(c.d.asBytes, data, USB_CMD_DATA_SIZE);
|
||||
clearCommandBuffer();
|
||||
SendCommand(&c);
|
||||
|
||||
UsbReplyNG resp;
|
||||
PacketResponseNG resp;
|
||||
if (!WaitForResponseTimeout(CMD_ACK, &resp, 2500)) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user