summaryrefslogtreecommitdiff
path: root/tinyusb/host/usbh.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-24 12:35:44 +0700
committerhathach <[email protected]>2014-03-24 12:35:44 +0700
commita8406060d1037ede08b48d628947d3ad98aeecd7 (patch)
tree202318dddf8e6021fbb29589d348e1a8054f4eec /tinyusb/host/usbh.h
parentcf60e374aa60507457a193bf12385f9e0f41f035 (diff)
doxygen documenting
Diffstat (limited to 'tinyusb/host/usbh.h')
-rw-r--r--tinyusb/host/usbh.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/tinyusb/host/usbh.h b/tinyusb/host/usbh.h
index efddfbeb9..87ceff66b 100644
--- a/tinyusb/host/usbh.h
+++ b/tinyusb/host/usbh.h
@@ -36,12 +36,11 @@
*/
/**************************************************************************/
-/** \defgroup Group_USBH USB Host Driver (USBH)
- * \brief TBD
+/** \defgroup group_usbh USB Host Driver (USBH)
* @{ */
-#ifndef _TUSB_USBD_HOST_H_
-#define _TUSB_USBD_HOST_H_
+#ifndef _TUSB_USBH_H_
+#define _TUSB_USBH_H_
#ifdef __cplusplus
extern "C" {
@@ -112,6 +111,6 @@ tusb_error_t usbh_control_xfer_subtask(uint8_t dev_addr, uint8_t bmRequestType,
}
#endif
-#endif /* _TUSB_USBD_HOST_H_ */
+#endif /* _TUSB_USBH_H_ */
/** @} */