From 5d4478b3b4ab9b3e539155bc8f609e188c76547e Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 16 Aug 2009 12:37:28 +0000 Subject: Fix misspelt event name in the Class driver USBtoSerial demo, preventing correct operation. --- Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos') diff --git a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c index 8ef07f1c3..c46bb5d01 100644 --- a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c +++ b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.c @@ -137,7 +137,7 @@ void EVENT_USB_Device_ConfigurationChanged(void) } /** Event handler for the library USB Unhandled Control Request event. */ -void EVENT_USB_Device_UnhandledControlPacket(void) +void EVENT_USB_Device_UnhandledControlRequest(void) { CDC_Device_ProcessControlRequest(&VirtualSerial_CDC_Interface); } -- cgit v1.2.3