From bf0c75c33e3c4ec0e19637d5da45e24f537295d9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 9 May 2010 17:52:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1911 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/OLIMEX_STM32_P103/board.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'boards') diff --git a/boards/OLIMEX_STM32_P103/board.h b/boards/OLIMEX_STM32_P103/board.h index 3cad240a6..7ad0ffa7e 100644 --- a/boards/OLIMEX_STM32_P103/board.h +++ b/boards/OLIMEX_STM32_P103/board.h @@ -33,9 +33,8 @@ /* * Board frequencies. */ -#define LSECLK 32768 -#define HSECLK 8000000 -#define HSICLK 8000000 +#define STM32_LSECLK 32768 +#define STM32_HSECLK 8000000 /* * IO pins assignments. -- cgit v1.2.3