mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
usb: fixed a typo in configure_pins
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user