diff options
| author | hathach <[email protected]> | 2013-11-22 15:16:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-22 15:16:24 +0700 |
| commit | 83f1d660ce1a1520b7a7e781d05c47221067f3f7 (patch) | |
| tree | c86ce99d5ce7feb84669c9d390eb80cf29590076 /tinyusb/class/msc_host.h | |
| parent | d1ef89a1543581d1703ea43b0056b5112fd64019 (diff) | |
clean up
add some doxygen work
finalize device disconnection & suspend
- suspend & resume & remote wake up is not supported yet
Diffstat (limited to 'tinyusb/class/msc_host.h')
| -rw-r--r-- | tinyusb/class/msc_host.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tinyusb/class/msc_host.h b/tinyusb/class/msc_host.h index ddb8a7f54..66b8f9aa3 100644 --- a/tinyusb/class/msc_host.h +++ b/tinyusb/class/msc_host.h @@ -36,9 +36,6 @@ */
/**************************************************************************/
-/** \addtogroup ClassDriver_MSC
- * @{ */
-
#ifndef _TUSB_MSC_HOST_H_
#define _TUSB_MSC_HOST_H_
@@ -50,7 +47,9 @@ extern "C" {
#endif
-/** \defgroup MSC_Host Host
+/** \addtogroup ClassDriver_MSC
+ * @{
+ * \defgroup MSC_Host Host
* The interface API includes status checking function, data transferring function and callback functions
* @{ */
//--------------------------------------------------------------------+
|
