Start of work on error handling.
This commit is contained in:
parent
9a7ffc38a1
commit
9984e1bdcb
7 changed files with 109 additions and 31 deletions
|
|
@ -69,6 +69,8 @@ typedef struct {
|
|||
bool bPar;
|
||||
/** The last tx bits setting, we need to reset this if it does not apply anymore */
|
||||
uint8_t ui8TxBits;
|
||||
/** The last error encountered by the device */
|
||||
int iErrorCode;
|
||||
} nfc_device_t;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue