We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55ffc9 commit 4db58ffCopy full SHA for 4db58ff
1 file changed
Core/Src/main.c
@@ -760,7 +760,7 @@ static void MX_GPIO_Init(void)
760
GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW;
761
HAL_GPIO_Init(GPIOE, &GPIO_InitStruct);
762
763
- /*Configure GPIO pins : OTG_FS_PowerSwitchOn_Pin PC4 PC5 */
+ /*Configure GPIO pin : OTG_FS_PowerSwitchOn_Pin */
764
GPIO_InitStruct.Pin = OTG_FS_PowerSwitchOn_Pin;
765
GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;
766
GPIO_InitStruct.Pull = GPIO_NOPULL;
0 commit comments