Fix nxstyle errors and warnings

This commit is contained in:
Daniel P. Carvalho
2020-10-16 17:12:06 -03:00
committed by Alan Carvalho de Assis
parent 45cefc5a1b
commit 7284956730
2 changed files with 8 additions and 8 deletions
@@ -37,7 +37,7 @@
#define __BOARDS_ARM_STM32L4_NUCLEO_L432KC_INCLUDE_BOARD_H #define __BOARDS_ARM_STM32L4_NUCLEO_L432KC_INCLUDE_BOARD_H
/***************************************************************************** /*****************************************************************************
* Included File * Included Files
*****************************************************************************/ *****************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
@@ -45,18 +45,18 @@
# include <stdint.h> # include <stdint.h>
#endif #endif
/* Do not include STM32L4 header files here */
/*****************************************************************************
* Pre-processor Definitions
*****************************************************************************/
/* Clocking ******************************************************************/ /* Clocking ******************************************************************/
#if defined(CONFIG_ARCH_CHIP_STM32L432KC) #if defined(CONFIG_ARCH_CHIP_STM32L432KC)
# include <arch/board/nucleo-l432kc.h> # include <arch/board/nucleo-l432kc.h>
#endif #endif
/* Do not include STM32L4 header files here */
/*****************************************************************************
* Pre-processor Definitions
*****************************************************************************/
/* DMA Channel/Stream Selections *********************************************/ /* DMA Channel/Stream Selections *********************************************/
/* Stream selections are arbitrary for now but might become important in the /* Stream selections are arbitrary for now but might become important in the
@@ -131,7 +131,7 @@ extern struct spi_dev_s *g_spi2;
#endif #endif
/**************************************************************************** /****************************************************************************
* Public Functions * Public functions
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************