Better Reply structs

This commit is contained in:
Philippe Teuwen 2019-04-17 23:44:48 +02:00
commit 533667ea6d
57 changed files with 725 additions and 718 deletions

View file

@ -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) {