Skip to content

Commit ecc9428

Browse files
Update variants/STM32C0xx/C011J(4-6)M/generic_clock.c
Co-authored-by: Frederic Pillon <[email protected]> Signed-off-by: Alexander Nagelberg <[email protected]>
1 parent 9725ea1 commit ecc9428

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

variants/STM32C0xx/C011J(4-6)M/generic_clock.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
* @param None
1919
* @retval None
2020
*/
21-
22-
void SystemClock_Config(void)
21+
WEAK void SystemClock_Config(void)
2322
{
2423
RCC_OscInitTypeDef RCC_OscInitStruct = {};
2524
RCC_ClkInitTypeDef RCC_ClkInitStruct = {};

0 commit comments

Comments
 (0)