Removing redundant code.

MCO pins are not brought out on MTB / MCB design.
pull/10326/head
Ashok Rao 2019-03-18 12:37:27 +00:00 committed by Martin Kojtal
parent 5e39bf8eec
commit 2daa3e6783
1 changed files with 0 additions and 4 deletions

View File

@ -178,8 +178,6 @@ uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
return 0; // FAIL
}
// HAL_RCC_MCOConfig(RCC_MCO2, RCC_MCO2SOURCE_SYSCLK, RCC_MCODIV_3);
return 1;
}
#endif /* ((CLOCK_SOURCE) & USE_PLL_HSE_XTAL) || ((CLOCK_SOURCE) & USE_PLL_HSE_EXTC) */
@ -233,8 +231,6 @@ uint8_t SetSysClock_PLL_HSI(void)
return 0; // FAIL
}
// HAL_RCC_MCOConfig(RCC_MCO2, RCC_MCO2SOURCE_SYSCLK, RCC_MCODIV_3);
return 1;
}
#endif /* ((CLOCK_SOURCE) & USE_PLL_HSI) */