From 94edbcb6cb917c1e5c34384c134cd661dda81d7a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 18 Sep 2011 10:18:17 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3339 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/ST_STM32L_DISCOVERY/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/ST_STM32L_DISCOVERY/board.h b/boards/ST_STM32L_DISCOVERY/board.h index 9e6802b26..46e2965fd 100644 --- a/boards/ST_STM32L_DISCOVERY/board.h +++ b/boards/ST_STM32L_DISCOVERY/board.h @@ -36,7 +36,7 @@ * NOTE: The HSE crystal is not fitted by default on the board. */ #define STM32_LSECLK 32768 -#define STM32_HSECLK 0 +#define STM32_HSECLK 8000000 /* * MCU type as defined in the ST header file stm32l1xx.h.