4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-18 19:59:13 +08:00

Convert Libraries format

This commit is contained in:
NU-LL 2021-10-14 19:46:54 +08:00
parent c178d61947
commit ffd8662d7a
33 changed files with 1931 additions and 1931 deletions

View File

@ -21,7 +21,7 @@
****************************************************************************** ******************************************************************************
*/ */
//============== <EFBFBD> EK V1.0 20190818 ==============// //============== 锟芥本 EK V1.0 20190818 ==============//
#define T_SRAM_BASE 0X20000000 #define T_SRAM_BASE 0X20000000

View File

@ -480,7 +480,7 @@ ITStatus DMA_GetITStatus(uint32_t DMA_IT)
} }
/** /**
* @brief Clears the DMAy Channelxs interrupt pending bits. * @brief Clears the DMAy Channelxâs interrupt pending bits.
* @param DMA_IT: specifies the DMA interrupt pending bit to clear. * @param DMA_IT: specifies the DMA interrupt pending bit to clear.
* This parameter can be any combination (for the same DMA) of * This parameter can be any combination (for the same DMA) of
* the following values: * the following values:

View File

@ -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 * SPDX-License-Identifier: Apache-2.0
* *