mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 20:26:37 +00:00
Fix a bug introduce in r729, fix a compilation warning
This commit is contained in:
@@ -1410,7 +1410,7 @@ pn53x_ptt_to_nmt( const pn53x_target_type_t ptt )
|
||||
|
||||
case PTT_MIFARE:
|
||||
case PTT_ISO14443_4A_106:
|
||||
return NMT_ISO14443B;
|
||||
return NMT_ISO14443A;
|
||||
break;
|
||||
|
||||
case PTT_ISO14443_4B_106:
|
||||
|
||||
Reference in New Issue
Block a user