git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2890 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2011-04-23 08:46:08 +00:00
parent 8e51a4e76a
commit 476c5f0802
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
/* /*
* MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h. * MCU type, supported types are defined in ./os/hal/platforms/hal_lld.h.
*/ */
#define STM32F10X_HD #define STM32F10X_HL
/* /*
* IO pins assignments. * IO pins assignments.

View File

@ -32,7 +32,7 @@
* - STM32F10X_LD for Performance Low Density devices. * - STM32F10X_LD for Performance Low Density devices.
* - STM32F10X_MD for Performance Medium Density devices. * - STM32F10X_MD for Performance Medium Density devices.
* - STM32F10X_HD for Performance High 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. * - STM32F10X_CL for Connectivity Line devices.
* . * .
* *