Skip to content

Commit

Permalink
fixup! variant(g4): register Generic G474CEUx board
Browse files Browse the repository at this point in the history
  • Loading branch information
ALTracer committed Dec 30, 2024
1 parent dfd5147 commit 17504db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ WEAK void SystemClock_Config(void)
pInit.Prescaler = RCC_CRS_SYNC_DIV1;
pInit.Source = RCC_CRS_SYNC_SOURCE_USB;
pInit.Polarity = RCC_CRS_SYNC_POLARITY_RISING;
pInit.ReloadValue = __HAL_RCC_CRS_RELOADVALUE_CALCULATE(48000000,1000);
pInit.ReloadValue = __HAL_RCC_CRS_RELOADVALUE_CALCULATE(48000000, 1000);
pInit.ErrorLimitValue = 34;
pInit.HSI48CalibrationValue = 32;

Expand Down

0 comments on commit 17504db

Please sign in to comment.