mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: colors
This commit is contained in:
parent
20ccfb036c
commit
e6c68645e3
3 changed files with 44 additions and 44 deletions
|
@ -180,7 +180,7 @@ int CmdLegicInfo(const char *Cmd) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
PrintAndLogEx(NORMAL, "Reading tag memory %d b...", card.cardsize);
|
||||
PrintAndLogEx(SUCCESS, "Reading tag memory %d b...", card.cardsize);
|
||||
|
||||
// allocate receiver buffer
|
||||
uint8_t *data = calloc(card.cardsize, sizeof(uint8_t));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue