Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Device_Cont...
[pub/lufa.git] / Demos / Device / LowLevel / Joystick / Joystick.h
index 87b3508..d2cae1b 100644 (file)
@@ -82,7 +82,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);
 
                bool GetNextReport(USB_JoystickReport_Data_t* const ReportData);