Merge pull request #2631 from nvx/trace_abort_message

log a message when aborting trace list display
This commit is contained in:
Iceman 2024-11-13 17:51:40 +01:00 committed by GitHub
commit 340e63ec25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1548,6 +1548,7 @@ int CmdTraceList(const char *Cmd) {
tracepos = printTraceLine(tracepos, gs_traceLen, gs_trace, protocol, show_wait_cycles, mark_crc, prev_EOT, use_us, dicKeys, dicKeysCount);
if (kbd_enter_pressed()) {
PrintAndLogEx(INFO, "User interrupted detected. Aborting");
break;
}
}