Enable aborting blocking commands (e.g. TgInitAsTarget) and refactor
*_check_communication() as pn53x_check_communication().
This commit is contained in:
parent
7ed71a1501
commit
4b6060aeeb
10 changed files with 118 additions and 43 deletions
|
|
@ -72,6 +72,7 @@ typedef struct {
|
|||
int iLastError;
|
||||
/** Last sent command */
|
||||
int iLastCommand;
|
||||
int iAbortFds[2];
|
||||
} nfc_device_t;
|
||||
// TODO: Move chip's specifics in a chips structure (e.g. iLastCommand, ui8Parameters, ui8TxBits)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue