Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update HSE valkue on variant_B_G431B_ESC1.h
HSE was set to 24MHz instead of 8MHz

Signed-off-by: Moddingear <[email protected]>
  • Loading branch information
Moddingear authored Feb 1, 2025
commit 7041179c3f31a0fd1377848c5a4f095e0b17c569
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