log a message when aborting trace list display

This commit is contained in:
nvx 2024-11-13 21:53:31 +10:00
commit bac1bf05af

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); tracepos = printTraceLine(tracepos, gs_traceLen, gs_trace, protocol, show_wait_cycles, mark_crc, prev_EOT, use_us, dicKeys, dicKeysCount);
if (kbd_enter_pressed()) { if (kbd_enter_pressed()) {
PrintAndLogEx(INFO, "User interrupted detected. Aborting");
break; break;
} }
} }