some refactoring

This commit is contained in:
merlokk
2019-01-24 19:56:18 +02:00
parent d713167ec4
commit 67b0abde4b
2 changed files with 51 additions and 23 deletions

View File

@ -66,6 +66,9 @@ typedef enum
APP_FIDO,
} APPLETS;
#define APDU_STATUS_SUCCESS 0x9000
#define SW_SUCCESS 0x9000
#define SW_FILE_NOT_FOUND 0x6a82
#define SW_INS_INVALID 0x6d00
#define SW_INTERNAL_EXCEPTION 0x6f00
#endif