You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "SPRESENSE (via GitHub)" <gi...@apache.org> on 2023/09/14 03:02:26 UTC

[GitHub] [nuttx] SPRESENSE commented on a diff in pull request #10616: usbdev: Fix build error with BOARD_USBDEV_SERIALSTR

SPRESENSE commented on code in PR #10616:
URL: https://github.com/apache/nuttx/pull/10616#discussion_r1325300309


##########
drivers/usbdev/composite.c:
##########
@@ -38,6 +38,10 @@
 #include <nuttx/usb/usbdev.h>
 #include <nuttx/usb/usbdev_trace.h>
 
+#ifdef CONFIG_BOARD_USBDEV_SERIALSTR
+#include <nuttx/board.h>

Review Comment:
   For calling `board_usbdev_serialstr()` at line 385



-- 
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-unsubscribe@nuttx.apache.org

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