Add missing NFC_EMFCAUTHFAIL error string.

This commit is contained in:
Romuald Conty 2012-11-23 16:55:45 +01:00
parent dd451da4a5
commit c239873634

View file

@ -949,6 +949,7 @@ static struct sErrorMessage {
{ NFC_EOPABORTED, "Operation Aborted" }, { NFC_EOPABORTED, "Operation Aborted" },
{ NFC_ENOTIMPL, "Not (yet) Implemented" }, { NFC_ENOTIMPL, "Not (yet) Implemented" },
{ NFC_ETGRELEASED, "Target Released" }, { NFC_ETGRELEASED, "Target Released" },
{ NFC_EMFCAUTHFAIL, "Mifare Authentication Failed" },
{ NFC_ERFTRANS, "RF Transmission Error" }, { NFC_ERFTRANS, "RF Transmission Error" },
{ NFC_ECHIP, "Device's Internal Chip Error" }, { NFC_ECHIP, "Device's Internal Chip Error" },
}; };