mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-01 13:16:39 +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: ");
|
||||
print_hex((byte_t*)abtTx,szTx);
|
||||
|
||||
szRx = sizeof(abtRx);
|
||||
if (!pn53x_transceive (pnd, abtTx, szTx, abtRx, &szRx)) {
|
||||
free(cmd);
|
||||
nfc_perror (pnd, "Rx");
|
||||
|
||||
Reference in New Issue
Block a user