This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 728495673092b0deae257e5268436b3be974f5ac
Author: Daniel P. Carvalho <[email protected]>
AuthorDate: Fri Oct 16 17:12:06 2020 -0300

    Fix nxstyle errors and warnings
---
 boards/arm/stm32l4/nucleo-l432kc/include/board.h     | 14 +++++++-------
 boards/arm/stm32l4/nucleo-l432kc/src/nucleo-l432kc.h |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/boards/arm/stm32l4/nucleo-l432kc/include/board.h 
b/boards/arm/stm32l4/nucleo-l432kc/include/board.h
index c3d7f16..ed50664 100644
--- a/boards/arm/stm32l4/nucleo-l432kc/include/board.h
+++ b/boards/arm/stm32l4/nucleo-l432kc/include/board.h
@@ -37,7 +37,7 @@
 #define __BOARDS_ARM_STM32L4_NUCLEO_L432KC_INCLUDE_BOARD_H
 
 /*****************************************************************************
- * Included File
+ * Included Files
  *****************************************************************************/
 
 #include <nuttx/config.h>
@@ -45,18 +45,18 @@
 # include <stdint.h>
 #endif
 
-/* Do not include STM32L4 header files here */
-
-/*****************************************************************************
- * Pre-processor Definitions
- *****************************************************************************/
-
 /* Clocking ******************************************************************/
 
 #if defined(CONFIG_ARCH_CHIP_STM32L432KC)
 #  include <arch/board/nucleo-l432kc.h>
 #endif
 
+/* Do not include STM32L4 header files here */
+
+/*****************************************************************************
+ * Pre-processor Definitions
+ *****************************************************************************/
+
 /* DMA Channel/Stream Selections *********************************************/
 
 /* Stream selections are arbitrary for now but might become important in the
diff --git a/boards/arm/stm32l4/nucleo-l432kc/src/nucleo-l432kc.h 
b/boards/arm/stm32l4/nucleo-l432kc/src/nucleo-l432kc.h
index ca8c36f..3f3251b 100644
--- a/boards/arm/stm32l4/nucleo-l432kc/src/nucleo-l432kc.h
+++ b/boards/arm/stm32l4/nucleo-l432kc/src/nucleo-l432kc.h
@@ -131,7 +131,7 @@ extern struct spi_dev_s *g_spi2;
 #endif
 
 /****************************************************************************
- * Public Functions
+ * Public functions
  ****************************************************************************/
 
 /****************************************************************************

Reply via email to