Add missing NFC_EMFCAUTHFAIL error string.
This commit is contained in:
parent
dd451da4a5
commit
c239873634
1 changed files with 1 additions and 0 deletions
|
@ -949,6 +949,7 @@ static struct sErrorMessage {
|
|||
{ NFC_EOPABORTED, "Operation Aborted" },
|
||||
{ NFC_ENOTIMPL, "Not (yet) Implemented" },
|
||||
{ NFC_ETGRELEASED, "Target Released" },
|
||||
{ NFC_EMFCAUTHFAIL, "Mifare Authentication Failed" },
|
||||
{ NFC_ERFTRANS, "RF Transmission Error" },
|
||||
{ NFC_ECHIP, "Device's Internal Chip Error" },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue