pn53x-tamashell properly fixed

This commit is contained in:
Philippe Teuwen 2011-03-10 14:38:50 +00:00
parent 4d458ec3d6
commit 5bc113792b

View file

@ -162,9 +162,8 @@ int main(int argc, const char* argv[])
free(cmd);
continue;
}
szTx++;
printf("Tx: ");
print_hex((byte_t*)abtTx,szTx-1);
print_hex((byte_t*)abtTx,szTx);
if (!pn53x_transceive (pnd, abtTx, szTx, abtRx, &szRx)) {
free(cmd);