xiaoxiang781216 commented on code in PR #20006:
URL: https://github.com/apache/nuttx/pull/20006#discussion_r3888360131


##########
arch/arm/include/stm32f4/chip.h:
##########
@@ -267,7 +267,7 @@
 #  define STM32_NSDIO                    1   /* One SDIO interface */
 #  define STM32_NLCD                     0   /* No LCD */
 #  define STM32_NUSBOTG                  1   /* USB OTG FS (only) */
-#  define STM32_NGPIO                    81  /* GPIOA-H, 100-pin */
+#  define STM32_NGPIO                    113 /* GPIOA-H. (N+15)>>4 is the port 
count; 81 yields A-F and drops H. */

Review Comment:
   merge into the first patch



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

Reply via email to