mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-05-29 16:46:15 +00:00
Add NBR_847 (used with ISO14443B) and update convert function.
This commit is contained in:
@@ -1521,6 +1521,9 @@ pn53x_nm_to_pm(const nfc_modulation_t nm)
|
||||
case NBR_424:
|
||||
return PM_ISO14443B_424;
|
||||
break;
|
||||
case NBR_847:
|
||||
return PM_ISO14443B_847;
|
||||
break;
|
||||
case NBR_UNDEFINED:
|
||||
// XXX What to do ?
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user