Generated functions in module usbd_cdc_if have wrong return values
Posted on January 13, 2017 at 21:36Hi !This issue relates to:<LINK NO LONGER ACTIVE>Although the module functions should return a value of the enumeration USBD_StatusTypeDef/* Following USB Device status */ typedef enum { USBD_OK = 0, USBD_BUSY, ...