Add SystemCoreClock again

This commit is contained in:
Stefan Kerkmann 2021-04-06 09:24:10 +02:00
parent 3c39240a6c
commit 5dc6aa1d41
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
/* Driver exported variables. */
/*===========================================================================*/
/**
* @brief NMSIS system core clock variable.
* @note It is declared in system_gd32vf103.h.
*/
uint32_t SystemCoreClock = GD32_HCLK;
/*===========================================================================*/
/* Driver local variables and types. */