Question
STM32WB IDE update to 1.12 caused hundreds of compile errors
One of the biggest offenders is shown in the image below.
All of the USB device types from usbd_def.h are not getting recognized by the compiler, even though usbd_def.h is in the include list at the top of the file in this image, and I can control-click to any of these structure definitions to go right to the defnition in usbd_def.h. I'm stumped about how to fix this. I have tried refresh, clean project and restart the IDE.
