From 476c5f0802791ee8e5a7292c1aef259e56e117b9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 23 Apr 2011 08:46:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2890 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/ST_STM3210E_EVAL/board.h | 2 +- os/hal/platforms/STM32/hal_lld.h | 2 +- 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. * . * -- cgit v1.2.3