git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5956 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4ec0bc1c3e
commit
7f76d679d1
|
@ -51,7 +51,7 @@
|
||||||
* @name Platform identification
|
* @name Platform identification
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define PLATFORM_NAME "STM32F1 Connectivity Line"
|
#define PLATFORM_NAME "STM32F10x Connectivity Line"
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -697,8 +697,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* PLL2 activation conditions.*/
|
/* PLL2 activation conditions.*/
|
||||||
#if STM32_OTG_CLOCK_REQUIRED || \
|
#if ((STM32_PREDIV1SRC == STM32_PREDIV1SRC_PLL2) && STM32_ACTIVATE_PLL1) || \
|
||||||
(STM32_PREDIV1SRC == STM32_PREDIV1SRC_PLL2) || \
|
|
||||||
(STM32_MCOSEL == STM32_MCOSEL_PLL2DIV2) || \
|
(STM32_MCOSEL == STM32_MCOSEL_PLL2DIV2) || \
|
||||||
defined(__DOXYGEN__)
|
defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
|
@ -886,7 +885,7 @@
|
||||||
#elif (STM32_SW == STM32_SW_HSE)
|
#elif (STM32_SW == STM32_SW_HSE)
|
||||||
#define STM32_SYSCLK STM32_HSECLK
|
#define STM32_SYSCLK STM32_HSECLK
|
||||||
#else
|
#else
|
||||||
#error "invalid STM32_SYSCLK_SW value specified"
|
#error "invalid STM32_SW value specified"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Check on the system clock.*/
|
/* Check on the system clock.*/
|
||||||
|
|
Loading…
Reference in New Issue