This repository has been archived on 2024-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
UAV/yaokon/.vscode/c_cpp_properties.json
2023-10-06 15:07:07 +08:00

23 lines
633 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"G:\\Software\\keil\\ARM\\Keil_V5\\ARM\\ARMCLANG\\include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "8.1",
"compilerPath": "cl.exe",
"cStandard": "c99",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64",
"configurationProvider": "cmsis-csolution"
}
],
"version": 4
}