diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index d5ef439..7c8d8a5 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -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",