hw_auth_token: use macro for HW_AUTH_TOKEN_VERSION
This is to support FPC SW20.6 Bug: 33251689 Change-Id: I9abbf7f9d21c7c8ed21920d94fcf5bf889d4b3f7
This commit is contained in:
parent
5e4e9f18e4
commit
d6aebac3ab
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
const uint8_t HW_AUTH_TOKEN_VERSION = 0;
|
||||
#define HW_AUTH_TOKEN_VERSION 0
|
||||
|
||||
typedef enum {
|
||||
HW_AUTH_NONE = 0,
|
||||
|
|
Loading…
Reference in a new issue