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 0c225eb commit 95d893fCopy full SHA for 95d893f
variants/STM32F1xx/F103C8T_F103CB(T-U)/generic_clock.c
@@ -21,9 +21,9 @@
21
*/
22
WEAK void SystemClock_Config(void)
23
{
24
- RCC_OscInitTypeDef RCC_OscInitStruct = {0};
25
- RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
26
- RCC_PeriphCLKInitTypeDef PeriphClkInit = {0};
+ RCC_OscInitTypeDef RCC_OscInitStruct = {};
+ RCC_ClkInitTypeDef RCC_ClkInitStruct = {};
+ RCC_PeriphCLKInitTypeDef PeriphClkInit = {};
27
28
/** Initializes the RCC Oscillators according to the specified parameters
29
* in the RCC_OscInitTypeDef structure.
0 commit comments