mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
chg: 'data load' - color
This commit is contained in:
parent
41d734f07a
commit
093065f77a
1 changed files with 1 additions and 1 deletions
|
@ -1810,7 +1810,7 @@ static int CmdLoad(const char *Cmd) {
|
|||
|
||||
fclose(f);
|
||||
|
||||
PrintAndLogEx(SUCCESS, "loaded %zu samples", GraphTraceLen);
|
||||
PrintAndLogEx(SUCCESS, "loaded " _YELLOW_("%zu") " samples", GraphTraceLen);
|
||||
|
||||
uint8_t bits[GraphTraceLen];
|
||||
size_t size = getFromGraphBuf(bits);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue