Renamed all library events to properly seperate out Device and Host mode events....
[pub/USBasp.git] / Demos / Device / LowLevel / USBtoSerial / USBtoSerial.h
index 51c47c9..d9567a1 100644 (file)
                void CDC_Task(void);\r
                void ReconfigureUSART(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