From 1ce304cee05af1575c19990abc43f71e6e7b9055 Mon Sep 17 00:00:00 2001 From: Lena Boeckmann Date: Wed, 10 Jul 2024 13:53:01 +0200 Subject: [PATCH] sys/shell/cmds/cryptoauthlib: Fix key slot number --- sys/shell/cmds/cryptoauthlib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/shell/cmds/cryptoauthlib.c b/sys/shell/cmds/cryptoauthlib.c index b316d7e384..05362cf6a5 100644 --- a/sys/shell/cmds/cryptoauthlib.c +++ b/sys/shell/cmds/cryptoauthlib.c @@ -37,8 +37,7 @@ #include "atecc608a_config.h" -#define ATCA_CONFIG_READ_ONLY_BYTES (15) -#define ATCA_KEY_SLOT_COUNT (15) +#define ATCA_KEY_SLOT_COUNT (16) #define ATCA_X509_KEY_COUNT (4) #define SERIAL_NO_START_01 (0)