X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/41babf1cb78a2a8e05f40f5de61c3f52bb794fc4..3d6508c9b9505cb3393b7c12df1a0c87f7828bbe:/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h index 9846a7634..6dea1267d 100644 --- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h +++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h @@ -46,8 +46,6 @@ #include #include - #include - #include #include #include @@ -68,9 +66,9 @@ void SetupHardware(void); void ProcessNextSample(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); #endif