mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix #2796
This commit is contained in:
parent
17a8f0f9c2
commit
93c6250894
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ int htu_read_uid(uint64_t *uid, bool ledcontrol, bool send_answer) {
|
|||
DBG Dbprintf("HitagU UID: %02X%02X%02X%02X%02X%02X", tag.uid[0], tag.uid[1], tag.uid[2], tag.uid[3], tag.uid[4], tag.uid[5]);
|
||||
|
||||
if (uid) {
|
||||
*uid = BSWAP_48(*(uint64_t *)&tag.uid);
|
||||
*uid = MemBeToUint6byte(tag.uid);
|
||||
}
|
||||
|
||||
exit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue