chg: colors

This commit is contained in:
iceman1001 2019-02-18 13:28:22 +01:00
commit e6c68645e3
3 changed files with 44 additions and 44 deletions

View file

@ -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));