Skip to content

Commit 2313e29

Browse files
gautierg-stfpistm
andauthored
Update variants/STM32F7xx/F722Z(C-E)T_F732ZET/generic_clock.c
Co-authored-by: Frederic Pillon <[email protected]>
1 parent 6b10d2e commit 2313e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variants/STM32F7xx/F722Z(C-E)T_F732ZET/generic_clock.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
*/
2222
WEAK void SystemClock_Config(void)
2323
{
24-
RCC_OscInitTypeDef RCC_OscInitStruct = {0};
25-
RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
24+
RCC_OscInitTypeDef RCC_OscInitStruct = {};
25+
RCC_ClkInitTypeDef RCC_ClkInitStruct = {};
2626

2727
/** Configure LSE Drive Capability
2828
*/

0 commit comments

Comments
 (0)