git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7798 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-03-23 15:06:04 +00:00
parent 775ab02a91
commit eda043cc49
6 changed files with 36 additions and 0 deletions

View File

@ -32,6 +32,12 @@
/* 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. */
/*===========================================================================*/

View File

@ -32,6 +32,12 @@
/* 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. */
/*===========================================================================*/

View File

@ -32,6 +32,12 @@
/* 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. */
/*===========================================================================*/

View File

@ -32,6 +32,12 @@
/* 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. */
/*===========================================================================*/

View File

@ -32,6 +32,12 @@
/* 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. */
/*===========================================================================*/

View File

@ -34,6 +34,12 @@
/* 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. */
/*===========================================================================*/