Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (thanks...
[pub/USBasp.git] / Demos / Device / Incomplete / Sideshow / Sideshow.h
index af8abe6..62b8904 100644 (file)
@@ -73,7 +73,7 @@
                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 EVENT_USB_Device_ControlRequest(void);
 
 #endif