USB: fix doc

This commit is contained in:
King Kévin 2018-04-04 17:21:35 +02:00
parent 2a7fe9ae93
commit 4a634fb19f
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ static int usb_cdcacm_control_request(usbd_device *usbd_dev, struct usb_setup_da
/** USB CDC ACM communication callback
* @note if transmission happens before the control setting is complete with a response form the communication endpoint, Linux echoes back the data
* @param[in] usbd_dev USB device descriptor
* @param[in] req control request information
* @param[in] ep endpoint where data came in
*/
static void usb_cdcacm_communication_cb(usbd_device *usbd_dev, uint8_t ep)
{