X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/33a018474913701fa9ef8e962acf58accd1184d2..abc7dce10c03bcbc9659e1a9643cec30c465867d:/Demos/Device/LowLevel/Mouse/Mouse.h diff --git a/Demos/Device/LowLevel/Mouse/Mouse.h b/Demos/Device/LowLevel/Mouse/Mouse.h index b9460b347..b244ffa58 100644 --- a/Demos/Device/LowLevel/Mouse/Mouse.h +++ b/Demos/Device/LowLevel/Mouse/Mouse.h @@ -101,12 +101,11 @@ void SetupHardware(void); void Mouse_Task(void); - void EVENT_USB_Connect(void); - void EVENT_USB_Disconnect(void); - void EVENT_USB_ConfigurationChanged(void); - void EVENT_USB_UnhandledControlPacket(void); + void EVENT_USB_Device_Connect(void); + void EVENT_USB_Device_Disconnect(void); + void EVENT_USB_Device_ConfigurationChanged(void); + void EVENT_USB_Device_UnhandledControlRequest(void); void CreateMouseReport(USB_MouseReport_Data_t* ReportData); - void UpdateStatus(uint8_t CurrentStatus); #endif