aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/CDC.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-11 10:02:50 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-11 10:02:50 +0000
commita7ade9f28dac6b42e2a85823ec80d5539c176667 (patch)
tree7fb8e2010ebb9cda0a9a7080e3cc680322de2a89 /LUFA/Drivers/USB/Class/Device/CDC.h
parentabc7dce10c03bcbc9659e1a9643cec30c465867d (diff)
downloadlufa-a7ade9f28dac6b42e2a85823ec80d5539c176667.tar.gz
lufa-a7ade9f28dac6b42e2a85823ec80d5539c176667.tar.bz2
lufa-a7ade9f28dac6b42e2a85823ec80d5539c176667.zip
Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.
Minor documentation fixes.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device/CDC.h')
-rw-r--r--LUFA/Drivers/USB/Class/Device/CDC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/CDC.h b/LUFA/Drivers/USB/Class/Device/CDC.h
index 0f3c79466..7513f9fda 100644
--- a/LUFA/Drivers/USB/Class/Device/CDC.h
+++ b/LUFA/Drivers/USB/Class/Device/CDC.h
@@ -147,7 +147,7 @@
* a mask of CDC_CONTROL_LINE_OUT_* masks.
*
* \param[in,out] CDCInterfaceInfo Pointer to a structure containing a CDC Class configuration and state.
- */
+ */
void EVENT_CDC_Device_ControLineStateChanged(USB_ClassInfo_CDC_Device_t* const CDCInterfaceInfo);
/** Sends a given string to the attached USB host, if connected. If a host is not connected when the function is called, the