Skip to content

Commit 7cd05fc

Browse files
committed
fix code format
1 parent b8a2269 commit 7cd05fc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bsp/stm32/stm32h743-armfly-V7/applications/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -15,7 +15,7 @@
1515

1616
int main(void)
1717
{
18-
for(;;)
18+
for(;;)
1919
{
2020
rt_thread_mdelay(500);
2121
}

bsp/stm32/stm32h743-armfly-V7/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
#define TICK_INT_PRIORITY (15UL) /*!< tick interrupt priority */
169169
#define USE_RTOS 0
170170
#define USE_SD_TRANSCEIVER 0U /*!< use uSD Transceiver */
171-
#define USE_SPI_CRC 0U /*!< use CRC in SPI */
171+
#define USE_SPI_CRC 0U /*!< use CRC in SPI */
172172

173173
#define USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */
174174
#define USE_HAL_CEC_REGISTER_CALLBACKS 0U /* CEC register callback disabled */

bsp/stm32/stm32h743-armfly-V7/board/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

bsp/stm32/stm32h743-armfly-V7/board/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2006-2018, RT-Thread Development Team
2+
* Copyright (c) 2006-2021, RT-Thread Development Team
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

0 commit comments

Comments
 (0)