Skip to content

Commit 011cd19

Browse files
committed
Remove weak statement for HSI clock config
1 parent 401a6b4 commit 011cd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/system_clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ MBED_WEAK uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
167167
/******************************************************************************/
168168
/* PLL (clocked by HSI) used as System clock source */
169169
/******************************************************************************/
170-
MBED_WEAK uint8_t SetSysClock_PLL_HSI(void)
170+
uint8_t SetSysClock_PLL_HSI(void)
171171
{
172172
RCC_OscInitTypeDef RCC_OscInitStruct;
173173
RCC_ClkInitTypeDef RCC_ClkInitStruct;

0 commit comments

Comments
 (0)