diff options
Diffstat (limited to 'boards/ST_STM3210C_EVAL/board.h')
-rw-r--r-- | boards/ST_STM3210C_EVAL/board.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/boards/ST_STM3210C_EVAL/board.h b/boards/ST_STM3210C_EVAL/board.h index 9117aa52d..8c382a8b8 100644 --- a/boards/ST_STM3210C_EVAL/board.h +++ b/boards/ST_STM3210C_EVAL/board.h @@ -37,10 +37,9 @@ #define STM32_HSECLK 25000000
/*
- * 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_CL
+#define STM32F107xC
/*
* IO pins assignments.
|