Open
Description
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
The Fix for which is for me to cast the following: return(struct UX_DCD_STM32_ED_STRUCT *)(UX_NULL);
Metadata
Metadata
Assignees
Labels
No labels