]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443a.c
deleted condition in iso14a select (sak & 0x20 ==0) - error. Usually SAK = 88
[proxmark3-svn] / armsrc / iso14443a.c
index 2ff722b04f82677fda3afbb554459c4849e9e051..01026aa5e1c534ead774941be4637f06f32b3b11 100644 (file)
@@ -1817,7 +1817,8 @@ int iso14443a_select_card(byte_t *uid_ptr, iso14a_card_select_t *p_hi14a_card, u
        }
 
        // non iso14443a compliant tag
-       if( (sak & 0x20) == 0) return 2; 
+       // now not work
+       //if( (sak & 0x20) == 0) return 2; 
 
        if (!no_rats) {
                // Request for answer to select
Impressum, Datenschutz