mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
96944aec69
commit
dc199b62ca
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ static int CmdLegicDump(const char *Cmd) {
|
|||
uint16_t dumplen = card.cardsize;
|
||||
|
||||
legic_print_type(dumplen, 0);
|
||||
PrintAndLogEx(SUCCESS, "Reading tag memory %d b...", dumplen);
|
||||
PrintAndLogEx(SUCCESS, "Reading tag memory." NOLF);
|
||||
|
||||
legic_packet_t *payload = calloc(1, sizeof(legic_packet_t));
|
||||
payload->offset = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue