added fido2 error codes description

This commit is contained in:
merlokk 2018-11-17 18:11:46 +02:00
commit 23ef267100
3 changed files with 94 additions and 1 deletions

View file

@ -24,9 +24,11 @@ enum fido2Commands {
fido2CmdReset = 0x07,
fido2CmdGetNextAssertion = 0x08,
};
#define fido2CommandsCount 9
extern char *fido2GetCmdMemberDescription(uint8_t cmdCode, uint8_t memberNum);
extern char *fido2GetCmdErrorDescription(uint8_t errorCode);
#endif /* __FIDOCORE_H__ */