1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/shell/cmds/cryptoauthlib: Fix key slot number

This commit is contained in:
Lena Boeckmann 2024-07-10 13:53:01 +02:00
parent 002882a089
commit 1ce304cee0

View File

@ -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)