aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO64_L053R8/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/ST_NUCLEO64_L053R8/board.h')
-rw-r--r--os/hal/boards/ST_NUCLEO64_L053R8/board.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/hal/boards/ST_NUCLEO64_L053R8/board.h b/os/hal/boards/ST_NUCLEO64_L053R8/board.h
index 22557da66..d7c1c85ac 100644
--- a/os/hal/boards/ST_NUCLEO64_L053R8/board.h
+++ b/os/hal/boards/ST_NUCLEO64_L053R8/board.h
@@ -29,7 +29,6 @@
/*
* Board oscillators-related settings.
- * NOTE: HSE not fitted.
*/
#if !defined(STM32_LSECLK)
#define STM32_LSECLK 32768U
@@ -38,7 +37,7 @@
#define STM32_LSEDRV (3U << 11U)
#if !defined(STM32_HSECLK)
-#define STM32_HSECLK 0U
+#define STM32_HSECLK 8000000U
#endif
#define STM32_HSE_BYPASS