mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
Merge branch 'master' into 14a_rework3
This commit is contained in:
commit
378d3406ca
6 changed files with 89 additions and 2 deletions
|
@ -1821,7 +1821,7 @@ int iso14443a_select_card(byte_t *uid_ptr, iso14a_card_select_t *p_hi14a_card, u
|
|||
}
|
||||
|
||||
// PICC compilant with iso14443a-4 ---> (SAK & 0x20 != 0)
|
||||
if( (sak & 0x20) == 0) return 2;
|
||||
if( (sak & 0x20) == 0) return 2;
|
||||
|
||||
if (!no_rats) {
|
||||
// Request for answer to select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue