CELIS/APPLICATION/CDZ/.vscode/c_cpp_properties.json
lidun 6c227c3191
修改当前的BHM发送值
Signed-off-by: lidun <1084178170@qq.com>
2023-12-27 09:49:18 +08:00

18 lines
339 B
JSON

{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}