Clarify in the documentation that the Audio demos and driver is for the Audio 1.0...
[pub/USBasp.git] / Demos / Device / LowLevel / Mouse / Mouse.h
index e818f80..56766a6 100644 (file)
                void EVENT_USB_Device_UnhandledControlRequest(void);
                void EVENT_USB_Device_StartOfFrame(void);
 
-               void CreateMouseReport(USB_MouseReport_Data_t* ReportData);
+               void CreateMouseReport(USB_MouseReport_Data_t* const ReportData);
 
 #endif