From 728495673092b0deae257e5268436b3be974f5ac Mon Sep 17 00:00:00 2001 From: "Daniel P. Carvalho" Date: Fri, 16 Oct 2020 17:12:06 -0300 Subject: [PATCH] Fix nxstyle errors and warnings --- boards/arm/stm32l4/nucleo-l432kc/include/board.h | 14 +++++++------- .../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 c3d7f16404..ed5066477a 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 @@ -45,18 +45,18 @@ # include #endif -/* Do not include STM32L4 header files here */ - -/***************************************************************************** - * Pre-processor Definitions - *****************************************************************************/ - /* Clocking ******************************************************************/ #if defined(CONFIG_ARCH_CHIP_STM32L432KC) # include #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 ca8c36fb96..3f3251bad2 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 ****************************************************************************/ /****************************************************************************