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 3f9b883 commit 34aa815Copy full SHA for 34aa815
1 file changed
src/core/platform/f4xx/stm32f446xx.cpp
@@ -11,7 +11,7 @@ void stm32f4xx_init() {
11
HAL_Init();
12
RCC_OscInitTypeDef RCC_OscInitStruct = {0};
13
RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
14
- RCC_PeriphCLKInitTypeDef PeriphClkInit = {0};
+ // RCC_PeriphCLKInitTypeDef PeriphClkInit = {0};
15
16
/** Configure the main internal regulator output voltage
17
*/
0 commit comments