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


##########
boards/arm/stm32f7/nucleo-f767zi/src/stm32_buttons.c:
##########
@@ -39,6 +39,20 @@
 
 #ifdef CONFIG_ARCH_BUTTONS
 
+
+/**************************************************************************** 
+ * Private Functions
+ ****************************************************************************/
+
+static const uint32_t g_buttons[NUM_BUTTONS] = 
+{
+  GPIO_BTN_USER1, GPIO_BTN_USER2, GPIO_BTN_USER3, GPIO_BTN_USER4
+};
+
+
+
+

Review Comment:
   Remove extra empty lines



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