diff options
Diffstat (limited to 'os/hal/dox/usb.dox')
-rw-r--r-- | os/hal/dox/usb.dox | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/os/hal/dox/usb.dox b/os/hal/dox/usb.dox index 1f843efae..e9c6687ce 100644 --- a/os/hal/dox/usb.dox +++ b/os/hal/dox/usb.dox @@ -19,8 +19,9 @@ /**
* @defgroup USB USB Driver
- * @brief Generic USB Driver.
- * @details This module implements a generic USB driver.
+ * @brief Generic USB Driver.
+ * @details This module implements a generic USB driver supporting device-mode
+ * operations.
* @pre In order to use the USB driver the @p HAL_USE_USB option
* must be enabled in @p halconf.h.
*
|