mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-20 13:36:19 +00:00
Fix nfc-poll, improve pn53x_target_type_t decoding
This commit is contained in:
@@ -272,6 +272,7 @@ str_nfc_baud_rate (const nfc_baud_rate_t nbr)
|
||||
return "424 kbps";
|
||||
break;
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
void
|
||||
@@ -299,4 +300,5 @@ print_nfc_target (const nfc_target_t nt)
|
||||
print_nfc_dep_info (nt.nti.ndi);
|
||||
break;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user