Skip to content

Commit 90ab1f3

Browse files
committed
fix(app): Keystore entry
1 parent 54487c9 commit 90ab1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/flash/flash_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
32 ///< Size of IO protection key (used for encrypted comm b/w MCU and
2727
///< ATECC608A)
2828
#define ECDSA_PUB_KEY_SIZE 33 ///< Size of ECDSA (compressed) public key
29-
#define MAX_KEYSTORE_ENTRY 4 + 1 ///< Maximum number of keystore entries
29+
#define MAX_KEYSTORE_ENTRY 4 ///< Maximum number of keystore entries
3030
#define FS_KEYSTORE_KEYID_LEN 4 ///< Length of key id in keystore entry
3131
#define FS_KEYSTORE_KEYPATH_LEN 8 ///< Length of key path in keystore entry
3232
#define FS_KEYSTORE_PRIVKEY_LEN \

0 commit comments

Comments
 (0)