Add const keyword to the demo function parameters where possible.
[pub/USBasp.git] / Projects / Webserver / USBDeviceMode.h
index 999df6e..9b563c3 100644 (file)
@@ -52,6 +52,6 @@
                void EVENT_USB_Device_ConfigurationChanged(void);\r
                void EVENT_USB_Device_UnhandledControlRequest(void);\r
 \r
-               bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* MSInterfaceInfo);\r
+               bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* const MSInterfaceInfo);\r
                \r
 #endif\r