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


##########
arch/arm/include/stm32h5/chip.h:
##########
@@ -103,4 +103,10 @@
 #define NVIC_SYSH_PRIORITY_MAX     0x00 /* Zero is maximum priority */
 #define NVIC_SYSH_PRIORITY_STEP    0x10 /* Four bits of interrupt priority 
used */
 
+#if defined(CONFIG_STM32H5_HAVE_ETHERNET)
+#  define STM32H5_NETHERNET             1   /* Ethernet MAC */
+#else
+#  define STM32H5_NETHERNET               0   /* No Ethernet MAC */

Review Comment:
   Please align the 0 to be at same column as the 1



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