More on 3291898.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2894 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c73817447f
commit
001a994ff4
|
@ -83,9 +83,10 @@ void hal_lld_init(void) {
|
|||
*
|
||||
* @special
|
||||
*/
|
||||
#if defined(STM32F10X_LD) || defined(STM32F10X_MD) || \
|
||||
defined(STM32F10X_HD) || defined(STM32F10X_LD_VL) || \
|
||||
defined(STM32F10X_MD_VL) || defined(__DOXYGEN__)
|
||||
#if defined(STM32F10X_LD) || defined(STM32F10X_LD_VL) || \
|
||||
defined(STM32F10X_MD) || defined(STM32F10X_MD_VL) || \
|
||||
defined(STM32F10X_HD) || defined(STM32F10X_XL) || \
|
||||
defined(STM32F10X_CL) || defined(__DOXYGEN__)
|
||||
/*
|
||||
* Clocks initialization for the LD, MD and HD sub-families.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue