Обновление
This commit is contained in:
parent
1d4459df9d
commit
6d7df114f4
|
|
@ -142,8 +142,8 @@ static void Bsp_SCG_Init(void) {
|
|||
static void Bsp_PCC_Init(void) {
|
||||
PCC_CtrlType bSP_PCC_Config;
|
||||
|
||||
// UART 2
|
||||
bSP_PCC_Config.eClockName = PCC_CLK_FCUART2;
|
||||
// UART 1 (DBG)
|
||||
bSP_PCC_Config.eClockName = PCC_CLK_FCUART1;
|
||||
bSP_PCC_Config.bEn = true;
|
||||
bSP_PCC_Config.eClkSrc = PCC_CLKGATE_SRC_FOSCDIV;
|
||||
bSP_PCC_Config.eDivider = PCC_CLK_UNINVOLVED;
|
||||
|
|
|
|||
Loading…
Reference in New Issue