summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_NdefMap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/phFriNfc_NdefMap.c')
-rw-r--r--src/phFriNfc_NdefMap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/phFriNfc_NdefMap.c b/src/phFriNfc_NdefMap.c
index bd82e7a..7e195f2 100644
--- a/src/phFriNfc_NdefMap.c
+++ b/src/phFriNfc_NdefMap.c
@@ -778,7 +778,8 @@ NFCSTATUS phFriNfc_NdefMap_ChkNdef( phFriNfc_NdefMap_t *NdefMap)
#endif /* PH_FRINFC_MAP_MIFAREUL_DISABLED*/
}
else if ((0x08 == (sak & 0x18)) ||
- (0x18 == (sak & 0x18)))
+ (0x18 == (sak & 0x18)) ||
+ (0x01 == sak))
{
/* The SAK/Sel_Res says the card is of the type
Mifare Standard */