diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-14 15:09:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-14 15:09:28 +0000 |
commit | d0dfc3715ad662443a73c83687396639e087ac05 (patch) | |
tree | 0eec7f695f850a82d7ebf134492d88f5b75e3715 /boards | |
parent | a746de44e1e224ee46afac1670581a50448afa85 (diff) | |
download | ChibiOS-d0dfc3715ad662443a73c83687396639e087ac05.tar.gz ChibiOS-d0dfc3715ad662443a73c83687396639e087ac05.tar.bz2 ChibiOS-d0dfc3715ad662443a73c83687396639e087ac05.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3044 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-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 bd652b768..beb0d189e 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 8000000
+#define STM32_HSECLK 0
/*
* MCU type as defined in the ST header file stm32l1xx.h.
|