Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2313e29

Browse filesBrowse files
gautierg-stfpistm
andauthored
Update variants/STM32F7xx/F722Z(C-E)T_F732ZET/generic_clock.c
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 6b10d2e commit 2313e29
Copy full SHA for 2313e29

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎variants/STM32F7xx/F722Z(C-E)T_F732ZET/generic_clock.c

Copy file name to clipboardExpand all lines: variants/STM32F7xx/F722Z(C-E)T_F732ZET/generic_clock.c
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.