mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
refactor: Merge enum hitag_function. read/write has already been differentiated by command
This commit is contained in:
parent
495759d6bd
commit
8b7f34b4d9
7 changed files with 61 additions and 67 deletions
|
@ -1153,7 +1153,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
lf_hitag_data_t *payload = (lf_hitag_data_t *) packet->data.asBytes;
|
||||
|
||||
switch (payload->cmd) {
|
||||
case RHT2F_UID_ONLY: {
|
||||
case HT2F_UID_ONLY: {
|
||||
ht2_read_uid(NULL, true, true, false);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue