mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix faulty enum
This commit is contained in:
parent
56eaf34315
commit
e98675f8e5
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ static bool get_14b_UID(uint8_t *d, iso14b_type_t *found_type) {
|
||||||
|
|
||||||
if (resp.oldarg[0] == 0) {
|
if (resp.oldarg[0] == 0) {
|
||||||
memcpy(d, resp.data.asBytes, sizeof(iso14b_card_select_t));
|
memcpy(d, resp.data.asBytes, sizeof(iso14b_card_select_t));
|
||||||
*found_type = ISO14B_SELECT_SR;
|
*found_type = ISO14B_SR;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue