Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/lufa.git] / Demos / Device / LowLevel / Joystick / Joystick.h
index 3d876be..607f56e 100644 (file)
@@ -87,6 +87,6 @@
                void EVENT_USB_Device_ConfigurationChanged(void);
                void EVENT_USB_Device_UnhandledControlRequest(void);
 
-               bool GetNextReport(USB_JoystickReport_Data_t* ReportData);
+               bool GetNextReport(USB_JoystickReport_Data_t* const ReportData);
 
 #endif