diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-09 17:52:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-09 17:52:30 +0000 |
commit | bf0c75c33e3c4ec0e19637d5da45e24f537295d9 (patch) | |
tree | 8b5f2798a01edeae0b4bc6188de3b0564ee7968b /boards/OLIMEX_STM32_P103 | |
parent | 691538eb399e9a0ca1e8ed86699c58e3022d6fd5 (diff) | |
download | ChibiOS-bf0c75c33e3c4ec0e19637d5da45e24f537295d9.tar.gz ChibiOS-bf0c75c33e3c4ec0e19637d5da45e24f537295d9.tar.bz2 ChibiOS-bf0c75c33e3c4ec0e19637d5da45e24f537295d9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1911 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/OLIMEX_STM32_P103')
-rw-r--r-- | boards/OLIMEX_STM32_P103/board.h | 5 |
1 files changed, 2 insertions, 3 deletions
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.
|