aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/usb.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/dox/usb.dox')
-rw-r--r--os/hal/dox/usb.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/dox/usb.dox b/os/hal/dox/usb.dox
index ebf2042a0..62b3aaf12 100644
--- a/os/hal/dox/usb.dox
+++ b/os/hal/dox/usb.dox
@@ -21,8 +21,8 @@
/**
* @defgroup USB USB Driver
* @brief Generic USB Driver.
- * @details This module implements a generic USB driver supporting device-mode
- * operations.
+ * @details This module implements a generic USB (Universal Serial Bus) 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.
*