drivers/pn532_uart: enable abort() mecanism on InJumpForDEP command
This commit is contained in:
parent
ee718d6f9b
commit
1107b226ac
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue