USB MSC - use invalid return types in generated usbd_storage_if.c
USB MSC - use invalid return types in usbd_storage_if.c=> see stated in the generated comments: "@retval USBD_OK if all operations are OK else USBD_FAIL"where USBD_OK = 0, USBD_FAIL = 3 (defined in usbd_def.h)the functions in usbd_storage_if.c get ca...