diff options
Diffstat (limited to 'boards/ST_STM32F3_DISCOVERY')
-rw-r--r-- | boards/ST_STM32F3_DISCOVERY/board.h | 2 | ||||
-rw-r--r-- | boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/boards/ST_STM32F3_DISCOVERY/board.h b/boards/ST_STM32F3_DISCOVERY/board.h index 3cc8ab479..b9f6b87a3 100644 --- a/boards/ST_STM32F3_DISCOVERY/board.h +++ b/boards/ST_STM32F3_DISCOVERY/board.h @@ -48,7 +48,7 @@ #define STM32_HSE_BYPASS
/*
- * MCU type as defined in the ST header file stm32f30x.h.
+ * MCU type as defined in the ST header.
*/
#define STM32F30X
diff --git a/boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg b/boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg index 0cca69422..cbd264d03 100644 --- a/boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg +++ b/boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg @@ -10,6 +10,7 @@ <board_name>STMicroelectronics STM32F3-Discovery</board_name>
<board_id>ST_STM32F3_DISCOVERY</board_id>
<board_functions></board_functions>
+ <subtype>STM32F30X</subtype>
<clocks HSEFrequency="8000000" HSEBypass="true" LSEFrequency="0"
LSEBypass="false" LSEDrive="3 High Drive (default)" />
<ports>
|