mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
fix: #536
This commit is contained in:
parent
9b1aa02c77
commit
fc1cede778
2 changed files with 6 additions and 2 deletions
|
@ -563,7 +563,7 @@ static int CmdLFHitagReader(const char *Cmd) {
|
|||
}
|
||||
|
||||
uint32_t id = bytes_to_num(resp.data.asBytes, 4);
|
||||
uint8_t *data = NULL;
|
||||
uint8_t *data = resp.data.asBytes;
|
||||
PrintAndLogEx(SUCCESS, " UID: " _YELLOW_("%08x"), id);
|
||||
|
||||
if (htf != RHT2F_UID_ONLY) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue