Unbreak aborting from the pn53X_usb driver.
This commit is contained in:
parent
2d31877aec
commit
e44af986a0
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue