From b4e39f91a48615b6b3deae68d638961fe455551d Mon Sep 17 00:00:00 2001 From: Mirko Denecke Date: Wed, 3 Jun 2020 11:19:50 +0200 Subject: [PATCH] Hex CubeOrange: no LSE available --- boards/hex/cube-orange/nuttx-config/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/hex/cube-orange/nuttx-config/include/board.h b/boards/hex/cube-orange/nuttx-config/include/board.h index 3b733ef4e2..43bffee616 100644 --- a/boards/hex/cube-orange/nuttx-config/include/board.h +++ b/boards/hex/cube-orange/nuttx-config/include/board.h @@ -60,7 +60,7 @@ #define STM32_HSI_FREQUENCY 16000000ul #define STM32_LSI_FREQUENCY 32000 #define STM32_HSE_FREQUENCY STM32_BOARD_XTAL -#define STM32_LSE_FREQUENCY 32768 +#define STM32_LSE_FREQUENCY 0 /* Main PLL Configuration. *