Fix nfc-poll, improve pn53x_target_type_t decoding
This commit is contained in:
parent
adba90684d
commit
9d9b5a629e
3 changed files with 35 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue