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/common/std_descriptors.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/common/std_descriptors.h')
| -rw-r--r-- | tinyusb/common/std_descriptors.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tinyusb/common/std_descriptors.h b/tinyusb/common/std_descriptors.h index 8a44d9773..02440cdd2 100644 --- a/tinyusb/common/std_descriptors.h +++ b/tinyusb/common/std_descriptors.h @@ -36,11 +36,10 @@ */ /**************************************************************************/ -/** \file - * \brief Types & Declaration by USB Specs. All documents sources mentioned here (eg section 3.5) is referring to USB 2.0 Specs unless state otherwise +/** \brief Types & Declaration by USB Specs. All documents sources mentioned here (eg section 3.5) is referring to USB 2.0 Specs unless state otherwise */ -/** \defgroup Group_Core Core +/** \addtogroup group_usb_definitions USB Definitions * @{ * \defgroup Group_StdDescriptor Standard Descriptors * @{ @@ -53,8 +52,6 @@ extern "C" { #endif -#define STRING_LEN_BYTE2UNICODE(n) (2 + ((n)<<1)) - //--------------------------------------------------------------------+ // STANDARD DESCRIPTORS //--------------------------------------------------------------------+ |
