STM32Cube F4 FW 1.5.0 -- USBD_StatusTypeDef not used where appropriate
Posted on May 19, 2015 at 22:07Functions in usbd_cdc.c which return values of USBD_StatusTypeDef as defined in usbd_def.h (e.g USBD_OK) are defined as uint_8.This causes IAR to issue ''enumerated type mixed with another type'' errors when properly t...