This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/tools/vscode/c_cpp_properties.json
2023-02-24 21:33:36 +08:00

17 lines
448 B
JSON

{
"configurations": [
{
"name": "@proj_name@",
"includePath": [@C_CPP_PROPERTIES_INCLUDE_IN@
],
"defines": [@C_CPP_PROPERTIES_DEFINES_IN@
"__attribute__(x)="
],
"compilerPath": "@CMAKE_C_COMPILER@",
"cStandard": "gnu99",
"cppStandard": "gnu++11",
"intelliSenseMode": "gcc-arm"
}
],
"version": 4
}