Let SystemCoreClock use the calculated value

This commit is contained in:
Ein Terakawa 2021-02-14 11:18:27 +09:00
parent e289cbe802
commit 986392d48c
1 changed files with 0 additions and 1 deletions

View File

@ -480,7 +480,6 @@ void NUC123_clock_init(void)
#endif /* NUC123_LSI_ENABLED */
set_core_clock(NUC123_HCLK);
SystemCoreClock = NUC123_HCLK;
LOCKREG();
}