Fix a bug introduce in r729, fix a compilation warning
This commit is contained in:
parent
ec601f6a00
commit
f2a3d51037
2 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue