diff --git a/bsp/stm32/stm32h743-armfly-V7/applications/main.c b/bsp/stm32/stm32h743-armfly-V7/applications/main.c index 997578fc064769bb1c888ccbfdac97ae5e2c73ec..3ce81fe531be3de60a10128f392767f4bfe3aff1 100644 --- a/bsp/stm32/stm32h743-armfly-V7/applications/main.c +++ b/bsp/stm32/stm32h743-armfly-V7/applications/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * @@ -15,7 +15,7 @@ int main(void) { - for(;;) + for(;;) { rt_thread_mdelay(500); } diff --git a/bsp/stm32/stm32h743-armfly-V7/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h b/bsp/stm32/stm32h743-armfly-V7/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h index af67e64cacf220ad3c74e577d2374af62b4ea80f..0adcec6a39cbaf2c1ed979a8ea7c8ea17d0f5027 100644 --- a/bsp/stm32/stm32h743-armfly-V7/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h +++ b/bsp/stm32/stm32h743-armfly-V7/board/CubeMX_Config/Inc/stm32h7xx_hal_conf.h @@ -168,7 +168,7 @@ #define TICK_INT_PRIORITY (15UL) /*!< tick interrupt priority */ #define USE_RTOS 0 #define USE_SD_TRANSCEIVER 0U /*!< use uSD Transceiver */ -#define USE_SPI_CRC 0U /*!< use CRC in SPI */ +#define USE_SPI_CRC 0U /*!< use CRC in SPI */ #define USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */ #define USE_HAL_CEC_REGISTER_CALLBACKS 0U /* CEC register callback disabled */ diff --git a/bsp/stm32/stm32h743-armfly-V7/board/board.c b/bsp/stm32/stm32h743-armfly-V7/board/board.c index ee0c1005e9ddc1c873f7fdde95ff0969b04b2180..bd38efd69b837984d662f0355ac499af3a1b6c6c 100644 --- a/bsp/stm32/stm32h743-armfly-V7/board/board.c +++ b/bsp/stm32/stm32h743-armfly-V7/board/board.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * diff --git a/bsp/stm32/stm32h743-armfly-V7/board/board.h b/bsp/stm32/stm32h743-armfly-V7/board/board.h index 72d84ff29d1461efe2dc812b1d7fe3bfce559fa5..32eb25f14716fa7e4a16c0fb27c0e7dbb94e6878 100644 --- a/bsp/stm32/stm32h743-armfly-V7/board/board.h +++ b/bsp/stm32/stm32h743-armfly-V7/board/board.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018, RT-Thread Development Team + * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 *