Skip to content

Commit 4db58ff

Browse files
committed
Issue #17: Restore original main.c from origin/main
1 parent a55ffc9 commit 4db58ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ static void MX_GPIO_Init(void)
760760
GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW;
761761
HAL_GPIO_Init(GPIOE, &GPIO_InitStruct);
762762

763-
/*Configure GPIO pins : OTG_FS_PowerSwitchOn_Pin PC4 PC5 */
763+
/*Configure GPIO pin : OTG_FS_PowerSwitchOn_Pin */
764764
GPIO_InitStruct.Pin = OTG_FS_PowerSwitchOn_Pin;
765765
GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;
766766
GPIO_InitStruct.Pull = GPIO_NOPULL;

0 commit comments

Comments
 (0)