From 7a4ca0d663390446b2e17d25352d14c0306beeab Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Thu, 12 May 2016 19:48:47 +0200 Subject: Enable HSE (external clock oscillator). --- stm-init.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stm-init.h') diff --git a/stm-init.h b/stm-init.h index ed80d01..489a2c6 100644 --- a/stm-init.h +++ b/stm-init.h @@ -43,4 +43,6 @@ extern void Error_Handler(void); #define HAL_Delay osDelay +#define CRYPTECH_USE_HSE_CLOCK + #endif /* __STM_INIT_H */ -- cgit v1.2.3