Обновление

This commit is contained in:
cfif 2026-02-09 17:38:06 +03:00
parent 1d4459df9d
commit 6d7df114f4
1 changed files with 2 additions and 2 deletions

View File

@ -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;