comejv commented on issue #16757: URL: https://github.com/apache/nuttx/issues/16757#issuecomment-3104318145
Minimal patch to fix the issue: ```patch --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c @@ -65,6 +65,10 @@ # include <nuttx/usb/rndis.h> #endif +#ifndef CONFIG_CDCACM +# include <nuttx/usb/cdcacm.h> +#endif + #include "stm32_gpio.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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org