Skip to content

Commit

Permalink
Update HSE valkue on variant_B_G431B_ESC1.h
Browse files Browse the repository at this point in the history
HSE was set to 24MHz instead of 8MHz

Signed-off-by: Moddingear <[email protected]>
  • Loading branch information
Moddingear authored Feb 1, 2025
1 parent eebd0e3 commit 7041179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
#endif

/* HAL configuration */
#define HSE_VALUE (24000000UL)
#define HSE_VALUE (8000000UL)

/* Extra HAL modules */
#if !defined(HAL_DAC_MODULE_DISABLED)
Expand Down

0 comments on commit 7041179

Please sign in to comment.