X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/bde64666fbdda0a275344c0e5e5175f770be516d..b2330934b9ccd51a59183eb2a11fdd95183df27b:/LUFA/Drivers/USB/Class/Device/CDC.h?ds=sidebyside 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 {