修复消息队列野指针的bug和队列长度计算异常的错误

This commit is contained in:
NeoZng
2022-12-01 13:07:55 +08:00
parent bcd7bf00e5
commit 063203bd68
5 changed files with 92 additions and 48 deletions

View File

@@ -23,7 +23,8 @@
"bsp_usart.h": "c",
"message_center.h": "c",
"stddef.h": "c",
"stm32_hal_legacy.h": "c"
"stm32_hal_legacy.h": "c",
"message_buffer.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
}