From 1175ff63f2a8c4762692551403862f9f0789aef8 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 2 May 2017 17:10:02 -0400 Subject: Merge branch 'init_cleanup' into no-rtos Clean up Makefiles and initialization code. --- stm-keystore.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stm-keystore.h') diff --git a/stm-keystore.h b/stm-keystore.h index 419e12e..f660790 100644 --- a/stm-keystore.h +++ b/stm-keystore.h @@ -55,8 +55,7 @@ gpio_output(KSM_PROM_CS_N_GPIO_Port, KSM_PROM_CS_N_Pin, GPIO_PIN_SET) -extern SPI_HandleTypeDef hspi_keystore; - +extern void keystore_init(void); extern int keystore_check_id(void); extern int keystore_read_data(uint32_t offset, uint8_t *buf, const uint32_t len); extern int keystore_write_data(uint32_t offset, const uint8_t *buf, const uint32_t len); -- cgit v1.2.3