\r
/** Event handler for the CDC Class driver Line Encoding Changed event.\r
*\r
- * \param CDCInterfaceInfo Pointer to the CDC class interface configuration structure being referenced\r
+ * \param[in] CDCInterfaceInfo Pointer to the CDC class interface configuration structure being referenced\r
*/\r
-void EVENT_CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_Device_t* CDCInterfaceInfo)\r
+void EVENT_CDC_Device_LineEncodingChanged(USB_ClassInfo_CDC_Device_t* const CDCInterfaceInfo)\r
{\r
uint8_t ConfigMask = 0;\r
\r