Skip to content

Commit

Permalink
Merge pull request #2631 from nvx/trace_abort_message
Browse files Browse the repository at this point in the history
log a message when aborting trace list display
  • Loading branch information
iceman1001 authored Nov 13, 2024
2 parents ef4cbff + bac1bf0 commit 340e63e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/cmdtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 340e63e

Please sign in to comment.