Skip to content

Commit bf77190

Browse files
committed
2 parents 90da18d + 66c9302 commit bf77190

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
165165
| :green_heart: | STM32WL55JC | [Nucleo WL55JC1](https://www.st.com/en/evaluation-tools/nucleo-wl55jc.html) | *2.1.0* | LoRa support not available |
166166

167167

168-
169168
### [Nucleo 32](https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-nucleo-boards.html) boards
170169

171170
| Status | Device(s) | Name | Release | Notes |

variants/STM32C0xx/C092CBT_C092RBT_C092RC(I-T)/variant_NUCLEO_C092RC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
#define PIN_SERIAL_TX PA2
172172
#endif
173173

174-
#define HSE_VALUE (8000000U) /*!< Value of the External oscillator in Hz */
174+
#define HSE_VALUE (48000000U) /*!< Value of the External oscillator in Hz */
175175

176176
/*----------------------------------------------------------------------------
177177
* Arduino objects - C++ only

0 commit comments

Comments
 (0)