We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I can't compile this example of Keil: C:\Keil_v5\....\Boards\Keil\MCB1700\Middleware\USB\Device\MassStorage errors are:
USBD_User_MSC_0.c(74): error: #20: identifier "fsDevCtrlCodeControlMedia" is undefined if (fs_ioc_device_ctrl (drv_id, fsDevCtrlCodeControlMedia, m_status) != fsOK) { USBD_User_MSC_0.c(216): error: #20: identifier "USBD_MSC_MEDIA_READY" is undefined media_state = USBD_MSC_MEDIA_READY;
USBD_MSC_MEDIA_READY and fsDevCtrlCodeControlMedia are undifined. I didn't change any thing and do similar user guide. please guide me.what is wrong?
Thanks a lot Robert. the errors fixed completely.