diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-13 14:02:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-13 14:02:17 +0000 |
commit | fee72530476c5b9eed43fde792df9de367d56800 (patch) | |
tree | 7810baf463236a99df3ad14945314e0403159582 /boards/OLIMEX_STM32_P103 | |
parent | 9ef8c0dee14cdc80146db7e8fe039e813275ca95 (diff) | |
download | ChibiOS-fee72530476c5b9eed43fde792df9de367d56800.tar.gz ChibiOS-fee72530476c5b9eed43fde792df9de367d56800.tar.bz2 ChibiOS-fee72530476c5b9eed43fde792df9de367d56800.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1915 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/OLIMEX_STM32_P103')
-rw-r--r-- | boards/OLIMEX_STM32_P103/board.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/boards/OLIMEX_STM32_P103/board.h b/boards/OLIMEX_STM32_P103/board.h index 7ad0ffa7e..31fa3419c 100644 --- a/boards/OLIMEX_STM32_P103/board.h +++ b/boards/OLIMEX_STM32_P103/board.h @@ -37,6 +37,12 @@ #define STM32_HSECLK 8000000
/*
+ * MCU type, this macro is used by both the ST library and the ChibiOS/RT
+ * native STM32 HAL. + */
+#define STM32F10X_MD
+
+/*
* IO pins assignments.
*/
#define GPIOA_BUTTON 0
|