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 19ce9ed commit f238d75Copy full SHA for f238d75
components/usb/ext_port.c
@@ -717,7 +717,7 @@ static void handle_port_state(ext_port_t *ext_port)
717
switch (curr_state) {
718
case USB_PORT_STATE_NOT_CONFIGURED:
719
new_state = USB_PORT_STATE_POWERED_OFF;
720
- ESP_ERROR_CHECK(port_request_status(ext_port));
+ port_request_status(ext_port);
721
need_handling = true;
722
break;
723
case USB_PORT_STATE_POWERED_OFF:
0 commit comments