We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dea16b + 011cd19 commit 1f868f9Copy full SHA for 1f868f9
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/system_clock.c
@@ -88,7 +88,7 @@ void SetSysClock(void)
88
/******************************************************************************/
89
/* PLL (clocked by HSE) used as System clock source */
90
91
-uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
+MBED_WEAK uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
92
{
93
RCC_OscInitTypeDef RCC_OscInitStruct;
94
RCC_ClkInitTypeDef RCC_ClkInitStruct;
0 commit comments