mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 10:03:49 +00:00
Unbreak aborting from the pn53X_usb driver.
This commit is contained in:
@@ -411,7 +411,9 @@ read:
|
|||||||
goto read;
|
goto read;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
return (pn53x_usb_ack (pnd) >= 0) ? true : false;
|
pn53x_usb_ack (pnd);
|
||||||
|
pnd->iLastError = DEABORT;
|
||||||
|
return -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user