acassis commented on code in PR #10885:
URL: https://github.com/apache/nuttx/pull/10885#discussion_r1352804839


##########
boards/xtensa/esp32s3/esp32s3-eye/include/board.h:
##########
@@ -43,4 +43,10 @@
 
 #define BOARD_NLEDS             1
 
+/* GPIO pins used by the GPIO Subsystem */
+
+#define BOARD_NGPIOOUT    2 /* Amount of GPIO Output pins */
+#define BOARD_NGPIOIN    0

Review Comment:
   ```suggestion
   #define BOARD_NGPIOIN     0



-- 
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