We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a7add commit ff3dff0Copy full SHA for ff3dff0
libraries/esp32-usb-serial-1.0.1/src/esp32_usb_serial.cpp
@@ -151,7 +151,7 @@ esp_err_t usb_serial_deinit() {
151
// this one failed with ESP_ERR_INVALID_STATE if USB is connected
152
if (ret != ESP_OK) {
153
ESP_LOGE("USB_SERIAL","Failed to unsinstall usb host %s",
154
- esp_err_to_name(usb_host_uninstall()));
+ esp_err_to_name(ret));
155
}
156
// Deinitialize the internal USB PHY
157
ret = usb_del_phy(phy_hdl);
0 commit comments