Renamed all library events to properly seperate out Device and Host mode events....
[pub/lufa.git] / Demos / Device / LowLevel / KeyboardMouse / KeyboardMouse.h
index 138f0fc..37cb7f6 100644 (file)
@@ -98,9 +98,9 @@
                void Keyboard_HID_Task(void);\r
                void Mouse_HID_Task(void);\r
                \r
-               void EVENT_USB_Connect(void);\r
-               void EVENT_USB_Disconnect(void);\r
-               void EVENT_USB_ConfigurationChanged(void);\r
-               void EVENT_USB_UnhandledControlPacket(void);\r
+               void EVENT_USB_Device_Connect(void);\r
+               void EVENT_USB_Device_Disconnect(void);\r
+               void EVENT_USB_Device_ConfigurationChanged(void);\r
+               void EVENT_USB_Device_UnhandledControlRequest(void);\r
                \r
 #endif\r