Skip to content

Commit 267783d

Browse files
committed
fix vscode c_cpp_properties.json
1 parent 0eaa1a4 commit 267783d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/c_cpp_properties.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
{
44
"name": "Pixl.js Debug",
55
"includePath": [
6-
"${workspaceFolder}/src/**",
7-
"${workspaceFolder}/../components/**",
8-
"D:/dev/SDKs/nRF5_SDK_17.1.0_ddde560/**"
6+
"${workspaceFolder}/fw/application/src/**",
7+
"${workspaceFolder}/fw/components/**",
8+
"${NRF52_SDK_ROOT}/**"
99
],
1010
"forcedInclude": [
11-
"${workspaceFolder}/config/sdk_config.h"
11+
"${workspaceFolder}/fw/application/config/sdk_config.h"
1212
],
1313
"defines": [
1414
"BOARD_PCA10056",
@@ -24,7 +24,7 @@
2424
"DEBUG_NRF",
2525
"M_USE_THREAD_BACKEND=0"
2626
],
27-
"compilerPath": "D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin/arm-none-eabi-gcc.exe",
27+
"compilerPath": "/usr/local/bin/arm-none-eabi-gcc",
2828
"cStandard": "c11",
2929
"cppStandard": "c++17",
3030
"intelliSenseMode": "windows-gcc-arm"

0 commit comments

Comments
 (0)