Unbreak aborting from the pn53X_usb driver.

This commit is contained in:
Romain Tartiere 2011-03-13 20:42:27 +00:00
parent 2d31877aec
commit e44af986a0

View file

@ -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;
} }
} }