aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-11 06:15:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-11 06:15:45 +0000
commit9798440ca4f694e7cd8312a51b82e59589f1ebeb (patch)
treedaf8898224f4acd5092ecd54eb0cdf1a6a747664 /Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
parentb2330934b9ccd51a59183eb2a11fdd95183df27b (diff)
downloadlufa-9798440ca4f694e7cd8312a51b82e59589f1ebeb.tar.gz
lufa-9798440ca4f694e7cd8312a51b82e59589f1ebeb.tar.bz2
lufa-9798440ca4f694e7cd8312a51b82e59589f1ebeb.zip
Changed to new device mode Class Driver function name prefixes to make way for similar host mode Class drivers.
Diffstat (limited to 'Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h')
-rw-r--r--Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
index 9660381bb..d46358255 100644
--- a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
+++ b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.h
@@ -74,6 +74,6 @@
void EVENT_USB_ConfigurationChanged(void);
void EVENT_USB_UnhandledControlPacket(void);
- void EVENT_USB_CDC_LineEncodingChanged(USB_ClassInfo_CDC_t* CDCInterfaceInfo);
+ void EVENT_CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_t* CDCInterfaceInfo);
#endif