spflieger opened a new issue #4618: URL: https://github.com/apache/incubator-nuttx/issues/4618
in [usbhost/Make.defs](https://github.com/apache/incubator-nuttx/blob/master/drivers/usbhost/Make.defs) hid_parser.c is added to CSRCS before ifeq ($(CONFIG_USBHOST),y) so it is always compiled, no matter if USB is used or not. It seems that the functions are not used by any code that is publicly available. So just moving it inside the CONFIG_USBHOST block is probably not the right thing/fix. Maybe another config option should be added? Does anyone know where the code is used? -- 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