pn53x-tamashell properly fixed
This commit is contained in:
parent
4d458ec3d6
commit
5bc113792b
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue