usb_cdc: Notify both the bulk_in and bulk_out tasks on a configure

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-12-29 22:40:54 -05:00
parent 6e18af7057
commit 22da8ca39c
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ usb_req_set_configuration(struct usb_ctrlrequest *req)
}
usb_set_configure();
usb_notify_bulk_in();
usb_notify_bulk_out();
usb_do_xfer(NULL, 0, UX_SEND);
}