File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
bsp/stm32/stm32h743-armfly-V7 Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 *
1515
1616int main (void )
1717{
18- for (;;)
18+ for (;;)
1919 {
2020 rt_thread_mdelay (500 );
2121 }
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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 *
You can’t perform that action at this time.
0 commit comments