git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2890 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
8e51a4e76a
commit
476c5f0802
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
* .
|
* .
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue