We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d3a58 commit 3a7353eCopy full SHA for 3a7353e
main.c
@@ -147,7 +147,7 @@ int main(void)
147
148
atecc608a_print_serial_number();
149
atecc608a_print_config_zone();
150
- ASSERT_SUCCESS_PSA(atecc608a_generate_key(0, pubkey, pubkey_size));
+ ASSERT_SUCCESS_PSA(atecc608a_generate_key(atecc608a_key_slot_device, pubkey, pubkey_size));
151
atcab_printbin_label("pubKey generated: ", pubkey, ATCA_PUB_KEY_SIZE);
152
153
ASSERT_SUCCESS_PSA(atecc608a_hash_sha256(hash_input1,
0 commit comments