Fix misspelt event name in the Class driver USBtoSerial demo, preventing correct operation.
This commit is contained in:
parent
3a85962f94
commit
5d4478b3b4
2 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue