完成消息中心模块,但是不提供队列功能

This commit is contained in:
NeoZeng
2022-11-30 18:02:00 +08:00
parent fc37baed23
commit 32ae8eaa7f
6 changed files with 122 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
"dji_motor.h": "c",
"master_process.h": "c",
"seasky_protocol.h": "c",
"bsp_usart.h": "c"
"bsp_usart.h": "c",
"message_center.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
}