usb: fixed a typo in configure_pins
This commit is contained in:
parent
738e9f76fd
commit
50f7678403
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ static void configure_pins(usb_hal_context_t *usb)
|
|||
}
|
||||
}
|
||||
if (!usb->use_external_phy) {
|
||||
gpio_set_drive_capability(USBPHY_DP_NUM, GPIO_DRIVE_CAP_3);
|
||||
gpio_set_drive_capability(USBPHY_DM_NUM, GPIO_DRIVE_CAP_3);
|
||||
gpio_set_drive_capability(USBPHY_DP_NUM, GPIO_DRIVE_CAP_3);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue