aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/XPLAINBridge.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-15 11:01:31 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-15 11:01:31 +0000
commitdfe50ff34970eda173cafbb3d636a5f7bedc87bd (patch)
treefa40f50761a29781d5d3b6e3b94a784a18a19bc2 /Projects/XPLAINBridge/XPLAINBridge.h
parent40631e9fe5f0782c1fbc3019904d1298ac365cd1 (diff)
downloadlufa-dfe50ff34970eda173cafbb3d636a5f7bedc87bd.tar.gz
lufa-dfe50ff34970eda173cafbb3d636a5f7bedc87bd.tar.bz2
lufa-dfe50ff34970eda173cafbb3d636a5f7bedc87bd.zip
Added ability to set the serial baud rate via the user's terminal in the XPLAINBridge project.
Diffstat (limited to 'Projects/XPLAINBridge/XPLAINBridge.h')
-rw-r--r--Projects/XPLAINBridge/XPLAINBridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/XPLAINBridge/XPLAINBridge.h b/Projects/XPLAINBridge/XPLAINBridge.h
index 3d257e5ae..fcb177633 100644
--- a/Projects/XPLAINBridge/XPLAINBridge.h
+++ b/Projects/XPLAINBridge/XPLAINBridge.h
@@ -91,6 +91,8 @@
void EVENT_USB_Device_Connect(void);
void EVENT_USB_Device_Disconnect(void);
+ void EVENT_CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_Device_t* const CDCInterfaceInfo);
+
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress);
#endif