aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boards/ST_STM3210E_EVAL/board.h2
-rw-r--r--os/hal/platforms/STM32/hal_lld.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/boards/ST_STM3210E_EVAL/board.h b/boards/ST_STM3210E_EVAL/board.h
index 9d4c237c7..885459a74 100644
--- a/boards/ST_STM3210E_EVAL/board.h
+++ b/boards/ST_STM3210E_EVAL/board.h
@@ -40,7 +40,7 @@
/*
* MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h.
*/
-#define STM32F10X_HD
+#define STM32F10X_HL
/*
* IO pins assignments.
diff --git a/os/hal/platforms/STM32/hal_lld.h b/os/hal/platforms/STM32/hal_lld.h
index c7b40c222..b9c71dbbe 100644
--- a/os/hal/platforms/STM32/hal_lld.h
+++ b/os/hal/platforms/STM32/hal_lld.h
@@ -32,7 +32,7 @@
* - STM32F10X_LD for Performance Low Density devices.
* - STM32F10X_MD for Performance Medium Density devices.
* - STM32F10X_HD for Performance High Density devices.
- * - STM32F10X_XD for Performance eXtra Density devices.
+ * - STM32F10X_XL for Performance eXtra Density devices.
* - STM32F10X_CL for Connectivity Line devices.
* .
*