diff options
| author | hathach <[email protected]> | 2013-10-24 17:26:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-10-24 17:26:06 +0700 |
| commit | 6c629a18fcd59876a6772e50b2f3cf8fadabf573 (patch) | |
| tree | 7bb1e33a8223e8aa0b6e9f2a1fd3b7db7109d4b5 /tinyusb/class/cdc.h | |
| parent | b1142ff065cf0f5bbaa3587234de75fc819be8cd (diff) | |
partially document CDC & RNDIS
Diffstat (limited to 'tinyusb/class/cdc.h')
| -rw-r--r-- | tinyusb/class/cdc.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h index 7bbeb714f..945c0b818 100644 --- a/tinyusb/class/cdc.h +++ b/tinyusb/class/cdc.h @@ -36,16 +36,11 @@ */
/**************************************************************************/
-/** \file
- * \brief CDC Class Driver
- *
- * \note TBD
- */
-
/**
* \addtogroup ClassDriver Class Driver
* @{
- * \defgroup ClassDriver_CDC Communication Device Class
+ * \defgroup ClassDriver_CDC Communication Device Class (CDC)
+ * Currently only Abstract Control Model subclass is supported
* @{
*/
|
