Skip to content

Commit 34aa815

Browse files
committed
Commented out unnecessary variable
1 parent 3f9b883 commit 34aa815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/platform/f4xx/stm32f446xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void stm32f4xx_init() {
1111
HAL_Init();
1212
RCC_OscInitTypeDef RCC_OscInitStruct = {0};
1313
RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
14-
RCC_PeriphCLKInitTypeDef PeriphClkInit = {0};
14+
// RCC_PeriphCLKInitTypeDef PeriphClkInit = {0};
1515

1616
/** Configure the main internal regulator output voltage
1717
*/

0 commit comments

Comments
 (0)