Skip to content

Commit af7c70c

Browse files
committed
chore(C0): add HSE_VALUE definition for Nucleo C031C6
after default one change from 48MHz to 24MHz. Signed-off-by: Frederic Pillon <[email protected]>
1 parent d259b2b commit af7c70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/STM32C0xx/C031C(4-6)(T-U)/variant_NUCLEO_C031C6.h

+2
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@
123123
#define PIN_SERIAL_TX PA2
124124
#endif
125125

126+
// Value of the External oscillator in Hz
127+
#define HSE_VALUE (48000000U)
126128

127129
/*----------------------------------------------------------------------------
128130
* Arduino objects - C++ only

0 commit comments

Comments
 (0)