2019-03-22 21:55:39 -03:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
2020-09-16 10:07:54 -03:00
|
|
|
"name": "PX4",
|
2019-03-22 21:55:39 -03:00
|
|
|
"includePath": [
|
2023-01-12 11:17:12 -04:00
|
|
|
"${workspaceFolder}/**",
|
2019-03-22 21:55:39 -03:00
|
|
|
],
|
2020-09-16 10:07:54 -03:00
|
|
|
"defines": [],
|
|
|
|
"macFrameworkPath": [],
|
2020-02-09 21:06:35 -04:00
|
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
|
|
"cppStandard": "c++14",
|
2023-01-12 11:17:12 -04:00
|
|
|
"cStandard": "c11",
|
|
|
|
"forcedInclude": [
|
|
|
|
"@PX4_BINARY_DIR@/px4_boardconfig.h",
|
|
|
|
"@PX4_SOURCE_DIR@/platforms/common/include/px4_platform_common/defines.h"
|
|
|
|
]
|
2019-03-22 21:55:39 -03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
2023-01-12 11:17:12 -04:00
|
|
|
}
|