mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/tusb_configure_pins' into 'master'
usb: fixed a typo in configure_pins See merge request espressif/esp-idf!8992
This commit is contained in:
commit
fed1ab5f3e
@ -38,7 +38,7 @@ static void configure_pins(usb_hal_context_t *usb)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!usb->use_external_phy) {
|
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);
|
gpio_set_drive_capability(USBPHY_DP_NUM, GPIO_DRIVE_CAP_3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user