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 8aca242 commit b14ddf6Copy full SHA for b14ddf6
targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK/fsl_clock_config.c
@@ -467,5 +467,5 @@ void BOARD_BootClockRUN(void)
467
/* Set GPT2 High frequency reference clock source. */
468
IOMUXC_GPR->GPR5 &= ~IOMUXC_GPR_GPR5_VREF_1M_CLK_GPT2_MASK;
469
/* Set SystemCoreClock variable. */
470
- SystemCoreClock = BOARD_BOOTCLOCKRUN_CORE_CLOCK;
+ SystemCoreClock = CLOCK_GetCpuClkFreq();
471
}
0 commit comments