mirror of https://github.com/ARMmbed/mbed-os.git
Remove weak statement for HSI clock config
parent
401a6b4f2b
commit
011cd19175
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue