mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-12 02:23:47 +00:00
drivers/pn532_uart: enable abort() mecanism on InJumpForDEP command
This commit is contained in:
@@ -260,6 +260,7 @@ pn532_uart_receive (nfc_device_t * pnd, byte_t * pbtData, const size_t szDataLen
|
|||||||
|
|
||||||
switch (CHIP_DATA (pnd)->ui8LastCommand) {
|
switch (CHIP_DATA (pnd)->ui8LastCommand) {
|
||||||
case InAutoPoll:
|
case InAutoPoll:
|
||||||
|
case InJumpForDEP:
|
||||||
case TgInitAsTarget:
|
case TgInitAsTarget:
|
||||||
case TgGetData:
|
case TgGetData:
|
||||||
abort_fd = pnd->iAbortFds[1];
|
abort_fd = pnd->iAbortFds[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user