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.
1 parent 401a6b4 commit 011cd19Copy full SHA for 011cd19
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/system_clock.c
@@ -167,7 +167,7 @@ MBED_WEAK uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
167
/******************************************************************************/
168
/* PLL (clocked by HSI) used as System clock source */
169
170
-MBED_WEAK uint8_t SetSysClock_PLL_HSI(void)
+uint8_t SetSysClock_PLL_HSI(void)
171
{
172
RCC_OscInitTypeDef RCC_OscInitStruct;
173
RCC_ClkInitTypeDef RCC_ClkInitStruct;
0 commit comments