raiden00pl opened a new pull request, #8887:
URL: https://github.com/apache/nuttx/pull/8887

   
   
   ## Summary
   - include/nuttx/usb/usbmsc.h: fix compiler error when USBMSC_COMPOSITE=y
   ```
   usbdev/usbmsc.c:1758:5: error: conflicting types for 'usbmsc_classobject'; 
have 'int(void *, struct usbdev_devinfo_s *, struct usbdevclass_driver_s **)'
    1758 | int usbmsc_classobject(FAR void *handle,
         |     ^~~~~~~~~~~~~~~~~~
   In file included from 
/home/raiden00/git/RTOS/nuttx/nuttx/include/nuttx/usb/usbdev.h:36,
                    from usbdev/usbmsc.c:68:
   /home/raiden00/git/RTOS/nuttx/nuttx/include/nuttx/usb/usbmsc.h:173:5: note: 
previous declaration of 'usbmsc_classobject' with type 'int(void *, struct 
usbdev_devinfo_s *, struct usbdevclass_driver_s **)'
     173 | int usbmsc_classobject(FAR void *handle,
   ```
   ## Impact
   
   ## Testing
   ci
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to