Skip to content

Commit 43ddce3

Browse files
authored
Update atecc608_handler.h
1 parent 9b62112 commit 43ddce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/atecc608_handler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ const uint8_t ECCX08_DEFAULT_CONFIGURATION_VALS[112] = {
7878

7979
extern "C" int atecc_handler_write_configuration(const uint8_t *config, size_t len);
8080
extern "C" int atecc_handler_lock_zone(uint8_t zone);
81-
extern "C" int atecc_handler_init(int i2cAddr);
81+
extern "C" int atecc_handler_init(int i2cAddr, int bus);
8282
extern "C" int atecc_handler_read_configuration(uint8_t *config_data);
8383
extern "C" int atecc_handler_inject_priv_key(int slot, uint8_t * priv_key);
8484
extern "C" int atecc_handler_get_public_key(int slot, uint8_t * pub_key);
8585
extern "C" int atecc_handler_sign(int slot, const uint8_t * msg, uint8_t * signature);
8686
extern "C" int atecc_handler_verify(int slot, const uint8_t * msg, const uint8_t * signature, const uint8_t * pub_key);
8787
extern "C" int atecc_handler_genkey(int slot, uint8_t * pub_key);
88-
extern "C" int atecc_handler_lock_slot(int slot);
88+
extern "C" int atecc_handler_lock_slot(int slot);

0 commit comments

Comments
 (0)