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