inverse_thermal_camera/.vscode/c_cpp_properties.json

29 lines
899 B
JSON

{
"configurations": [
{
"name": "STM32F103x8",
"includePath": [
"/usr/lib/gcc/arm-none-eabi/9.2.0/include",
"${workspaceRoot}/third_party/core",
"${workspaceRoot}/third_party/device",
"${workspaceRoot}"
],
"defines": [
"_DEFAULT_SOURCE",
"STM32F103xB"
],
"intelliSenseMode": "clang-x64",
"browse": {
"path": [
"/usr/lib/gcc/arm-none-eabi/9.2.0/include",
"${workspaceRoot}/third_party/core",
"${workspaceRoot}/third_party/device",
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
}
],
"version": 4
}