pn53x-tamashell properly properly fixed

This commit is contained in:
Philippe Teuwen 2011-03-10 14:43:59 +00:00
parent 5bc113792b
commit 35e9696ada

View file

@ -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");