diff --git a/hw/mcu/stm/stm32f1xx/src/system_stm32f1xx.c b/hw/mcu/stm/stm32f1xx/src/system_stm32f1xx.c index 03f9a12c11..f7ca660100 100644 --- a/hw/mcu/stm/stm32f1xx/src/system_stm32f1xx.c +++ b/hw/mcu/stm/stm32f1xx/src/system_stm32f1xx.c @@ -117,15 +117,6 @@ SystemInit(void) SystemInit_ExtMemCtl(); #endif #endif - - /* Configure System Clock */ - SystemClock_Config(); - - /* Update SystemCoreClock global variable */ - SystemCoreClockUpdate(); - - /* Relocate the vector table */ - NVIC_Relocate(); } /**