mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Fix nxstyle errors and warnings
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
45cefc5a1b
commit
7284956730
@@ -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
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user