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

View File

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

View File

@ -131,7 +131,7 @@ extern struct spi_dev_s *g_spi2;
#endif
/****************************************************************************
* Public Functions
* Public functions
****************************************************************************/
/****************************************************************************