X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/41babf1cb78a2a8e05f40f5de61c3f52bb794fc4..31d8ebebc0796873f7c70db80a04acdcbb307ed8:/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h index 9846a7634..bc4c632d8 100644 --- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h +++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h @@ -47,7 +47,6 @@ #include #include #include - #include #include #include @@ -68,9 +67,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