Skip to content

Commit 3323393

Browse files
committed
text fix
1 parent 0e2a03e commit 3323393

File tree

1 file changed

+1
-1
lines changed
  • ports/stm32f4/supervisor

1 file changed

+1
-1
lines changed

ports/stm32f4/supervisor/usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void init_usb_hardware(void) {
5858
/* Configure VBUS Pin */
5959
GPIO_InitStruct.Pin = GPIO_PIN_9;
6060
GPIO_InitStruct.Mode = GPIO_MODE_INPUT;
61-
GPIO_InitStruct.Pull = GPIO_NOPULL;
61+
GPIO_InitStruct.Pull = GPIO_NOPULL;
6262
HAL_GPIO_Init(GPIOA, &GPIO_InitStruct);
6363
never_reset_pin_number(0, 9);
6464

0 commit comments

Comments
 (0)