pn53x-tamashell properly fixed
This commit is contained in:
parent
4d458ec3d6
commit
5bc113792b
@ -162,9 +162,8 @@ int main(int argc, const char* argv[])
|
|||||||
free(cmd);
|
free(cmd);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
szTx++;
|
|
||||||
printf("Tx: ");
|
printf("Tx: ");
|
||||||
print_hex((byte_t*)abtTx,szTx-1);
|
print_hex((byte_t*)abtTx,szTx);
|
||||||
|
|
||||||
if (!pn53x_transceive (pnd, abtTx, szTx, abtRx, &szRx)) {
|
if (!pn53x_transceive (pnd, abtTx, szTx, abtRx, &szRx)) {
|
||||||
free(cmd);
|
free(cmd);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user