Skip to content

Commit

Permalink
chore(C0): add HSE_VALUE definition for Nucleo C031C6
Browse files Browse the repository at this point in the history
after default one change from 48MHz to 24MHz.

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Jul 19, 2024
1 parent d259b2b commit af7c70c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions variants/STM32C0xx/C031C(4-6)(T-U)/variant_NUCLEO_C031C6.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
#define PIN_SERIAL_TX PA2
#endif

// Value of the External oscillator in Hz
#define HSE_VALUE (48000000U)

/*----------------------------------------------------------------------------
* Arduino objects - C++ only
Expand Down

0 comments on commit af7c70c

Please sign in to comment.