同步最新代码

This commit is contained in:
2025-11-01 21:44:20 +08:00
parent 82c2584d1d
commit 456cc96c81
496 changed files with 218379 additions and 0 deletions

24
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "f:/Mas_Infantry_Control-main/开源代码/V1.0/Hero/云台/云台/System",
"program": "f:/Mas_Infantry_Control-main/开源代码/V1.0/Hero/云台/云台/System/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}