summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/class/cdc.h')
-rw-r--r--tinyusb/class/cdc.h9
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
* @{
*/