chg: 'trace list' - abort when ENTER key is pressed
This commit is contained in:
@@ -830,6 +830,9 @@ int CmdTraceList(const char *Cmd) {
|
||||
ClearAuthData();
|
||||
while (tracepos < traceLen) {
|
||||
tracepos = printTraceLine(tracepos, traceLen, trace, protocol, showWaitCycles, markCRCBytes);
|
||||
|
||||
if (kbd_enter_pressed())
|
||||
break;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user