Remove weak statement for HSI clock config

pull/13646/head
Bora Özgen 2020-09-23 10:59:00 +02:00
parent 401a6b4f2b
commit 011cd19175
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ MBED_WEAK uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
/******************************************************************************/
/* PLL (clocked by HSI) used as System clock source */
/******************************************************************************/
MBED_WEAK uint8_t SetSysClock_PLL_HSI(void)
uint8_t SetSysClock_PLL_HSI(void)
{
RCC_OscInitTypeDef RCC_OscInitStruct;
RCC_ClkInitTypeDef RCC_ClkInitStruct;