We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8a0a3 commit 41a908eCopy full SHA for 41a908e
variants/STM32C0xx/C092CBT_C092RBT_C092RC(I-T)/variant_NUCLEO_C092RC.cpp
@@ -109,8 +109,8 @@ extern "C" {
109
*/
110
void SystemClock_Config(void)
111
{
112
- RCC_OscInitTypeDef RCC_OscInitStruct = {0};
113
- RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
+ RCC_OscInitTypeDef RCC_OscInitStruct = {};
+ RCC_ClkInitTypeDef RCC_ClkInitStruct = {};
114
115
__HAL_FLASH_SET_LATENCY(FLASH_LATENCY_1);
116
0 commit comments