vscode intellisense path fix
This commit is contained in:
parent
4b1932de25
commit
f65847e3a1
6
.vscode/c_cpp_properties.json
vendored
6
.vscode/c_cpp_properties.json
vendored
@ -9,7 +9,7 @@
|
||||
"/opt/arduino-1.8.5/hardware/tools/avr/avr/include",
|
||||
"/opt/arduino-1.8.5/hardware/arduino/avr/variants/standard",
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/library/OneWireSlave"
|
||||
"${workspaceRoot}/library/OneWireSlave/src"
|
||||
],
|
||||
"defines": [
|
||||
"ARDUINO=160",
|
||||
@ -48,7 +48,7 @@
|
||||
"/opt/arduino-1.8.5/hardware/tools/avr/avr/include",
|
||||
"/opt/arduino-1.8.5/hardware/arduino/avr/variants/standard",
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/library/OneWireSlave"
|
||||
"${workspaceRoot}/library/OneWireSlave/src"
|
||||
],
|
||||
"defines": [
|
||||
"ARDUINO=160",
|
||||
@ -85,7 +85,7 @@
|
||||
"/opt/arduino-1.8.5/hardware/tools/avr/avr/include",
|
||||
"/opt/arduino-1.8.5/hardware/arduino/avr/variants/standard",
|
||||
"${workspaceRoot}",
|
||||
"${workspaceRoot}/library/OneWireSlave"
|
||||
"${workspaceRoot}/library/OneWireSlave/src"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
|
Loading…
Reference in New Issue
Block a user