boards/arm/stm32/stm32butterfly2/src/stm32_spi.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-11-22 22:20:16 +09:00 committed by Xiang Xiao
parent 4d18ec194e
commit 99c416eedf

View File

@ -1,4 +1,4 @@
/*****************************************************************************
/****************************************************************************
* boards/arm/stm32/stm32butterfly2/src/stm32_spi.c
*
* Copyright (C) 2016 Michał Łyszczek. All rights reserved.
@ -32,7 +32,7 @@
* POSSIBILITY OF SUCH DAMAGE.
****************************************************************************/
/*****************************************************************************
/****************************************************************************
* Included Files
****************************************************************************/
@ -43,11 +43,11 @@
#include "stm32_gpio.h"
#include "stm32_spi.h"
/*****************************************************************************
/****************************************************************************
* Public Functions
****************************************************************************/
/*****************************************************************************
/****************************************************************************
* Name: stm32_spidev_initialize
*
* Description:
@ -66,7 +66,7 @@ void stm32_spidev_initialize(void)
stm32_configgpio(GPIO_SD_CD);
}
/*****************************************************************************
/****************************************************************************
* Name: stm32_spi1select
*
* Description:
@ -84,7 +84,7 @@ void stm32_spi1select(struct spi_dev_s *dev, uint32_t devid,
}
}
/*****************************************************************************
/****************************************************************************
* Name: stm32_spi1status
*
* Description: