mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 01:53:48 +00:00
pn53x-tamashell properly properly fixed
This commit is contained in:
@@ -165,6 +165,7 @@ int main(int argc, const char* argv[])
|
|||||||
printf("Tx: ");
|
printf("Tx: ");
|
||||||
print_hex((byte_t*)abtTx,szTx);
|
print_hex((byte_t*)abtTx,szTx);
|
||||||
|
|
||||||
|
szRx = sizeof(abtRx);
|
||||||
if (!pn53x_transceive (pnd, abtTx, szTx, abtRx, &szRx)) {
|
if (!pn53x_transceive (pnd, abtTx, szTx, abtRx, &szRx)) {
|
||||||
free(cmd);
|
free(cmd);
|
||||||
nfc_perror (pnd, "Rx");
|
nfc_perror (pnd, "Rx");
|
||||||
|
|||||||
Reference in New Issue
Block a user