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 e4f8b40 commit 339f806Copy full SHA for 339f806
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_MTB_STM32_F439/system_clock.c
@@ -178,8 +178,6 @@ uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
178
return 0; // FAIL
179
}
180
181
- // HAL_RCC_MCOConfig(RCC_MCO2, RCC_MCO2SOURCE_SYSCLK, RCC_MCODIV_3);
182
-
183
return 1;
184
185
#endif /* ((CLOCK_SOURCE) & USE_PLL_HSE_XTAL) || ((CLOCK_SOURCE) & USE_PLL_HSE_EXTC) */
@@ -233,8 +231,6 @@ uint8_t SetSysClock_PLL_HSI(void)
233
231
234
232
235
236
237
238
239
240
#endif /* ((CLOCK_SOURCE) & USE_PLL_HSI) */
0 commit comments