You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on a project, i have ran into the following error when building the STMicroelectronics package via STCubeMX.
Error[Pe120]: return value type ("void *") does not match the function type ("UX_DCD_STM32_ED_STRUCT *") ..\Middlewares\ST\usbx\common\usbx_stm32_device_controllers\ux_dcd_stm32.h, Line 142
While working on a project, i have ran into the following error when building the STMicroelectronics package via STCubeMX.
Error[Pe120]: return value type ("void *") does not match the function type ("UX_DCD_STM32_ED_STRUCT *") ..\Middlewares\ST\usbx\common\usbx_stm32_device_controllers\ux_dcd_stm32.h, Line 142
x-cube-azrtos-h7/Middlewares/ST/usbx/common/usbx_stm32_device_controllers/ux_dcd_stm32.h
Line 142 in 91525b1
The Fix for which is for me to cast the following:
return(struct UX_DCD_STM32_ED_STRUCT *)(UX_NULL);
The text was updated successfully, but these errors were encountered: