From d297ea12b706e7099f34f667e43bf1f3de1713e7 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 27 Aug 2009 07:38:40 +0000 Subject: 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. --- LUFA/Drivers/USB/Class/Common/CDC.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'LUFA/Drivers/USB/Class/Common/CDC.h') 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. + * * @{ */ -- cgit v1.2.3