drivers/arygon: enable abort() mecanism on InJumpForDEP command
This commit is contained in:
parent
6fc4a5b70a
commit
de9255eaea
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ arygon_tama_receive (nfc_device_t * pnd, byte_t * pbtData, const size_t szDataLe
|
|||
case InAutoPoll:
|
||||
case TgInitAsTarget:
|
||||
case TgGetData:
|
||||
case InJumpForDEP:
|
||||
abort_fd = pnd->iAbortFds[1];
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue