1.优化格式。

This commit is contained in:
MacRsh
2023-09-16 23:39:12 +08:00
parent 2d4f07aaf7
commit 695f63b0ec

View File

@@ -136,7 +136,6 @@ extern "C" {
* MR_CFG_ENABLE: Enable serial dma
*/
#define MR_CFG_SERIAL_DMA MR_CFG_ENABLE
//TODO做一下串口DMA和空闲中断接管。DMA用FIFO指令+数量。
#endif
/**
@@ -170,8 +169,6 @@ extern "C" {
//<------------------------------------ Module config ------------------------------------>
#define MR_CFG_ELOOP MR_CFG_ENABLE
#ifdef __cplusplus
}
#endif