diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usbh_driver_hid_mouse.c | 3 | ||||
-rw-r--r-- | src/usbh_driver_hub.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/usbh_driver_hid_mouse.c b/src/usbh_driver_hid_mouse.c index 5265329..62ba481 100644 --- a/src/usbh_driver_hid_mouse.c +++ b/src/usbh_driver_hid_mouse.c @@ -232,8 +232,9 @@ static void read_mouse_in(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) { 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)
{
|