mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-15 03:53:48 +00:00
Timeout is now integer.
This commit is contained in:
@@ -178,7 +178,7 @@ int main(int argc, const char* argv[])
|
||||
print_hex((uint8_t*)abtTx,szTx);
|
||||
|
||||
szRx = sizeof(abtRx);
|
||||
if (!pn53x_transceive (pnd, abtTx, szTx, abtRx, &szRx, NULL)) {
|
||||
if (!pn53x_transceive (pnd, abtTx, szTx, abtRx, &szRx, 0)) {
|
||||
free(cmd);
|
||||
nfc_perror (pnd, "Rx");
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user