Add const keyword to the demo function parameters where possible.
[pub/USBasp.git] / Demos / Device / ClassDriver / MassStorage / MassStorage.h
index adbae45..2c7fa7d 100644 (file)
@@ -81,6 +81,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