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 c9e96b3 commit d4ba8ffCopy full SHA for d4ba8ff
drivers/usb/device/usb_dc_stm32.c
@@ -807,7 +807,7 @@ int usb_dc_ep_read_continue(u8_t ep)
807
/* If no more data in the buffer, start a new read transaction.
808
* DataOutStageCallback will called on transaction complete.
809
*/
810
- if (ep != EP0_OUT && !ep_state->read_count) {
+ if (!ep_state->read_count) {
811
usb_dc_ep_start_read(ep, usb_dc_stm32_state.ep_buf[EP_IDX(ep)],
812
EP_MPS);
813
}
0 commit comments