inverse_thermal_camera/.vscode/c_cpp_properties.json

29 lines
899 B
JSON
Raw Normal View History

2018-07-29 18:24:52 +02:00
{
"configurations": [
{
"name": "STM32F103x8",
"includePath": [
"/usr/lib/gcc/arm-none-eabi/9.2.0/include",
2019-11-14 13:27:19 +01:00
"${workspaceRoot}/third_party/core",
"${workspaceRoot}/third_party/device",
2018-07-29 18:24:52 +02:00
"${workspaceRoot}"
],
"defines": [
"_DEFAULT_SOURCE",
"STM32F103xB"
],
"intelliSenseMode": "clang-x64",
"browse": {
"path": [
"/usr/lib/gcc/arm-none-eabi/9.2.0/include",
2019-11-14 13:27:19 +01:00
"${workspaceRoot}/third_party/core",
"${workspaceRoot}/third_party/device",
2018-07-29 18:24:52 +02:00
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
}
],
"version": 4
}