完成了队列版本的pubsub机制,但尚未测试

This commit is contained in:
NeoZeng
2022-11-30 22:10:57 +08:00
parent 32ae8eaa7f
commit bcd7bf00e5
15 changed files with 369 additions and 193 deletions

View File

@@ -21,7 +21,9 @@
"master_process.h": "c",
"seasky_protocol.h": "c",
"bsp_usart.h": "c",
"message_center.h": "c"
"message_center.h": "c",
"stddef.h": "c",
"stm32_hal_legacy.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
}