diff options
Diffstat (limited to 'os/hal/include/usb.h')
-rw-r--r-- | os/hal/include/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h index d569a6031..24b492e2f 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -385,6 +385,7 @@ typedef const USBDescriptor * (*usbgetdescriptor_t)(USBDriver *usbp, * @param[in] usbp pointer to the @p USBDriver object
* @param[in] buf pointer to a buffer for the transaction data
* @param[in] n number of bytes to be transferred
+ * @param[in] endcb callback to be invoked after the transfer or @p NULL
*
* @api
*/
|