From 7d535647556fbc260df6be01d365195ad4f85c91 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 24 Mar 2014 13:19:17 +0700 Subject: [PATCH] doxygen --- tinyusb/device/usbd.h | 2 +- tinyusb/host/usbh.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h index 4b59dc26..6ecc0a47 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 87ceff66..f3e460dc 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_