We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dcd3d commit ca952a3Copy full SHA for ca952a3
variants/STM32F4xx/F412Z(E-G)(J-T)/generic_clock.c
@@ -22,7 +22,6 @@
22
WEAK void SystemClock_Config(void)
23
{
24
/* SystemClock_Config can be generated by STM32CubeMX */
25
- // #warning "SystemClock_Config() is empty. Default clock at reset is used."
26
RCC_OscInitTypeDef RCC_OscInitStruct = {};
27
RCC_ClkInitTypeDef RCC_ClkInitStruct = {};
28
0 commit comments