diff options
Diffstat (limited to 'boards/OLIMEX_STM32_H103/board.h')
-rw-r--r-- | boards/OLIMEX_STM32_H103/board.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/boards/OLIMEX_STM32_H103/board.h b/boards/OLIMEX_STM32_H103/board.h index 8010d415d..d0e42fbd9 100644 --- a/boards/OLIMEX_STM32_H103/board.h +++ b/boards/OLIMEX_STM32_H103/board.h @@ -37,10 +37,9 @@ #define STM32_HSECLK 8000000
/*
- * MCU type, this macro is used by both the ST library and the ChibiOS/RT
- * native STM32 HAL. + * MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h.
*/
-#define STM32F10X_MD
+#define STM32F103xB
/*
* IO pins assignments.
|