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:
parent
002882a089
commit
1ce304cee0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user