diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-18 10:18:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-18 10:18:17 +0000 |
commit | 94edbcb6cb917c1e5c34384c134cd661dda81d7a (patch) | |
tree | dedf08e29aef79d36697d7ff8399b91b6486a411 /boards/ST_STM32L_DISCOVERY | |
parent | acd4d7c7725e15fdca0422cab7a86b792eb6c245 (diff) | |
download | ChibiOS-94edbcb6cb917c1e5c34384c134cd661dda81d7a.tar.gz ChibiOS-94edbcb6cb917c1e5c34384c134cd661dda81d7a.tar.bz2 ChibiOS-94edbcb6cb917c1e5c34384c134cd661dda81d7a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3339 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/ST_STM32L_DISCOVERY')
-rw-r--r-- | boards/ST_STM32L_DISCOVERY/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|