From d0dfc3715ad662443a73c83687396639e087ac05 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 14 Jun 2011 15:09:28 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3044 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/ST_STM32L_DISCOVERY/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boards/ST_STM32L_DISCOVERY') 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. -- cgit v1.2.3