raiden00pl commented on PR #10084: URL: https://github.com/apache/nuttx/pull/10084#issuecomment-1665623980
I don't think coupling USB device class logic with composite device logic is a good idea. These are two separate functionalities, and device class logic should not depend on composite logic. Why not move the common USB device logic to a separate file, private for `drivers/usbdev` e.g. `usbdev_common.c/usbdev_common.h` ? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
