Hi all,
I was trying to use the CSL with ezDSP5515. When I try to build the project, cslVC5505 project it shows four warnings
function declared implicitly
in csl_audioClassAux.h function USB_setConfiguration(devNum,usbSetup->wValue);
in csl_mscAux.h function USB_setConfiguration(devNum,usbSetup->wValue);
in csl_audioClass.c function strLen = strlen(pCtrlHandle->strDescr[usbSetup->wValue &CSL_AC_8BIT_MASK]);
in csl_msc.c function strLen = strlen(pCtrlHandle->strDescr[usbSetup->wValue & CSL_MSC_8BIT_MASK]);
But the build process is completed fine.
Will this be affecting the library's functionality.