Better Reply structs
This commit is contained in:
@@ -678,7 +678,7 @@ int CmdTraceList(const char *Cmd) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
traceLen = response.core.old.arg[2];
|
||||
traceLen = response.oldarg[2];
|
||||
if (traceLen > USB_CMD_DATA_SIZE) {
|
||||
uint8_t *p = realloc(trace, traceLen);
|
||||
if (p == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user