Fixed bug #570.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7798 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
775ab02a91
commit
eda043cc49
|
@ -32,6 +32,12 @@
|
||||||
/* Driver exported variables. */
|
/* Driver exported variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief CMSIS system core clock variable.
|
||||||
|
* @note It is declared in system_stm32f0xx.h.
|
||||||
|
*/
|
||||||
|
uint32_t SystemCoreClock = STM32_SYSCLK;
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local variables and types. */
|
/* Driver local variables and types. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -32,6 +32,12 @@
|
||||||
/* Driver exported variables. */
|
/* Driver exported variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief CMSIS system core clock variable.
|
||||||
|
* @note It is declared in system_stm32f10x.h.
|
||||||
|
*/
|
||||||
|
uint32_t SystemCoreClock = STM32_SYSCLK;
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local variables and types. */
|
/* Driver local variables and types. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -32,6 +32,12 @@
|
||||||
/* Driver exported variables. */
|
/* Driver exported variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief CMSIS system core clock variable.
|
||||||
|
* @note It is declared in system_stm32f3xx.h.
|
||||||
|
*/
|
||||||
|
uint32_t SystemCoreClock = STM32_SYSCLK;
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local variables and types. */
|
/* Driver local variables and types. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -32,6 +32,12 @@
|
||||||
/* Driver exported variables. */
|
/* Driver exported variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief CMSIS system core clock variable.
|
||||||
|
* @note It is declared in system_stm32f3xx.h.
|
||||||
|
*/
|
||||||
|
uint32_t SystemCoreClock = STM32_SYSCLK;
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local variables and types. */
|
/* Driver local variables and types. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -32,6 +32,12 @@
|
||||||
/* Driver exported variables. */
|
/* Driver exported variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief CMSIS system core clock variable.
|
||||||
|
* @note It is declared in system_stm32f4xx.h.
|
||||||
|
*/
|
||||||
|
uint32_t SystemCoreClock = STM32_SYSCLK;
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local variables and types. */
|
/* Driver local variables and types. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -34,6 +34,12 @@
|
||||||
/* Driver exported variables. */
|
/* Driver exported variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief CMSIS system core clock variable.
|
||||||
|
* @note It is declared in system_stm32l1xx.h.
|
||||||
|
*/
|
||||||
|
uint32_t SystemCoreClock = STM32_SYSCLK;
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver local variables and types. */
|
/* Driver local variables and types. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue