summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-24 13:19:17 +0700
committerhathach <[email protected]>2014-03-24 13:19:17 +0700
commit7d535647556fbc260df6be01d365195ad4f85c91 (patch)
tree508d0555995d75e37618a3373a7014a0c048e440 /tinyusb
parentb7102450dd30a8cf8c65b73d7c174dd5ef6dcb4d (diff)
doxygen
Diffstat (limited to 'tinyusb')
-rw-r--r--tinyusb/device/usbd.h2
-rw-r--r--tinyusb/host/usbh.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h
index 4b59dc268..6ecc0a47a 100644
--- a/tinyusb/device/usbd.h
+++ b/tinyusb/device/usbd.h
@@ -36,7 +36,7 @@
*/
/**************************************************************************/
-/** \defgroup group_usbd USB Device Driver (USBD)
+/** \defgroup group_usbd USB Device Core (USBD)
* @{ */
#ifndef _TUSB_USBD_H_
diff --git a/tinyusb/host/usbh.h b/tinyusb/host/usbh.h
index 87ceff66b..f3e460dcf 100644
--- a/tinyusb/host/usbh.h
+++ b/tinyusb/host/usbh.h
@@ -36,7 +36,7 @@
*/
/**************************************************************************/
-/** \defgroup group_usbh USB Host Driver (USBH)
+/** \defgroup group_usbh USB Host Core (USBH)
* @{ */
#ifndef _TUSB_USBH_H_