Skip to content

Commit

Permalink
Update esp32_usb_serial.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Nov 4, 2024
1 parent b6a7add commit ff3dff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/esp32-usb-serial-1.0.1/src/esp32_usb_serial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ esp_err_t usb_serial_deinit() {
// this one failed with ESP_ERR_INVALID_STATE if USB is connected
if (ret != ESP_OK) {
ESP_LOGE("USB_SERIAL","Failed to unsinstall usb host %s",
esp_err_to_name(usb_host_uninstall()));
esp_err_to_name(ret));
}
// Deinitialize the internal USB PHY
ret = usb_del_phy(phy_hdl);
Expand Down

0 comments on commit ff3dff0

Please sign in to comment.