From: Oleg Moiseenko Date: Wed, 1 Nov 2017 16:44:43 +0000 (+0200) Subject: change comment in iso14443a.c (#459) X-Git-Tag: v3.1.0~136 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/83df98d691c002d99d5a8f37d17f9205ba649cc2?ds=sidebyside change comment in iso14443a.c (#459) --- diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 06a83feb..987d29ad 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -1820,7 +1820,7 @@ int iso14443a_select_card(byte_t *uid_ptr, iso14a_card_select_t *p_hi14a_card, u p_hi14a_card->sak = sak; } - // non iso14443a compliant tag + // PICC compilant with iso14443a-4 ---> (SAK & 0x20 != 0) if( (sak & 0x20) == 0) return 2; if (!no_rats) {