Skip to content

Commit f75be95

Browse files
sabas1080fpistm
andauthored
Update variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.cpp
Co-authored-by: Frederic Pillon <[email protected]>
1 parent 2d09225 commit f75be95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_GENERIC_NODE.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ extern "C" {
6565
*/
6666
WEAK void SystemClock_Config(void)
6767
{
68-
RCC_OscInitTypeDef RCC_OscInitStruct = {0};
69-
RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
68+
RCC_OscInitTypeDef RCC_OscInitStruct = {};
69+
RCC_ClkInitTypeDef RCC_ClkInitStruct = {};
7070

7171
/** Configure the main internal regulator output voltage
7272
*/

0 commit comments

Comments
 (0)