aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/CDC.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-27 07:38:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-27 07:38:40 +0000
commitd297ea12b706e7099f34f667e43bf1f3de1713e7 (patch)
tree643d12b6a57e3a24fc50c1d80b64b32f415c8713 /LUFA/Drivers/USB/Class/Common/CDC.h
parentf7cde02b80c001875231c8ef21211214ebc742ed (diff)
downloadlufa-d297ea12b706e7099f34f667e43bf1f3de1713e7.tar.gz
lufa-d297ea12b706e7099f34f667e43bf1f3de1713e7.tar.bz2
lufa-d297ea12b706e7099f34f667e43bf1f3de1713e7.zip
Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity.
Moved SCSI command/sense constants into the Mass Storage Class driver, instead of the user-code.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/CDC.h')
-rw-r--r--LUFA/Drivers/USB/Class/Common/CDC.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/CDC.h b/LUFA/Drivers/USB/Class/Common/CDC.h
index 69803150a..d7f681603 100644
--- a/LUFA/Drivers/USB/Class/Common/CDC.h
+++ b/LUFA/Drivers/USB/Class/Common/CDC.h
@@ -29,6 +29,12 @@
*/
/** \ingroup Group_USBClassCDC
+ * @defgroup Group_USBClassCDCCommon Common Class Definitions
+ *
+ * \section Module Description
+ * Constants, Types and Enum definitions that are common to both Device and Host modes for the USB
+ * CDC Class.
+ *
* @{
*/