From ccf5bd19f2d750440043b242cf26fcda09b69cce Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 8 Jun 2009 11:31:41 +0000 Subject: Finished basic documentation of all device mode class drivers. --- LUFA/Drivers/USB/Class/Device/CDC.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'LUFA/Drivers/USB/Class/Device/CDC.h') diff --git a/LUFA/Drivers/USB/Class/Device/CDC.h b/LUFA/Drivers/USB/Class/Device/CDC.h index feb7ff24b..390ebbcb6 100644 --- a/LUFA/Drivers/USB/Class/Device/CDC.h +++ b/LUFA/Drivers/USB/Class/Device/CDC.h @@ -151,8 +151,10 @@ }; /* Type Defines: */ - /** Type define for the virtual serial port line encoding settings, for storing the current USART configuration - * as set by the host via a class specific request. + /** Class state structure. An instance of this structure should be made for each CDC interface + * within the user application, and passed to each of the CDC class driver functions as the + * CDCInterfaceInfo parameter. The contents of this structure should be set to their correct + * values when used, or ommitted to force the library to use default values. */ typedef struct { -- cgit v1.2.3