Add SystemCoreClock again
This commit is contained in:
parent
3c39240a6c
commit
5dc6aa1d41
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue