diff options
Diffstat (limited to 'src/usbh_driver_hub.c')
-rw-r--r-- | src/usbh_driver_hub.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usbh_driver_hub.c b/src/usbh_driver_hub.c index 7bd58cc..9f061b5 100644 --- a/src/usbh_driver_hub.c +++ b/src/usbh_driver_hub.c @@ -764,8 +764,9 @@ static void read_ep1(void *drvdata) }
/**
- * @param time_curr_us - monotically rising time (@see usbh_poll())
+ * @param time_curr_us - monotically rising time
* unit is microseconds
+ * @see usbh_poll()
*/
static void poll(void *drvdata, uint32_t time_curr_us)
{
|