projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix incorrect Event call name in USBInterrupt.c.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
Mouse
/
Mouse.c
diff --git
a/Demos/Device/ClassDriver/Mouse/Mouse.c
b/Demos/Device/ClassDriver/Mouse/Mouse.c
index
d261013
..
32f8ca6
100644
(file)
--- a/
Demos/Device/ClassDriver/Mouse/Mouse.c
+++ b/
Demos/Device/ClassDriver/Mouse/Mouse.c
@@
-118,7
+118,7
@@
void EVENT_USB_Device_ConfigurationChanged(void)
}
\r
\r
/** Event handler for the library USB Unhandled Control Request event. */
\r
}
\r
\r
/** Event handler for the library USB Unhandled Control Request event. */
\r
-void EVENT_USB_Device_
Device_
UnhandledControlRequest(void)
\r
+void EVENT_USB_Device_UnhandledControlRequest(void)
\r
{
\r
HID_Device_ProcessControlRequest(&Mouse_HID_Interface);
\r
}
\r
{
\r
HID_Device_ProcessControlRequest(&Mouse_HID_Interface);
\r
}
\r