Add HW_AUTH_TOKEN_VERSION constant
Change-Id: Ic01da2b9ed8efcdba7750d8ca7fe2321d9047b68
This commit is contained in:
parent
e7444884c7
commit
b9e58c810a
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
const uint8_t HW_AUTH_TOKEN_VERSION = 0;
|
||||
|
||||
typedef enum {
|
||||
HW_AUTH_NONE = 0,
|
||||
HW_AUTH_PASSWORD = 1 << 0,
|
||||
|
|
Loading…
Reference in a new issue