diff --git a/cw5_template/centrala/.vscode/settings.json b/cw5_template/centrala/.vscode/settings.json
index 08837e29f4dab7c8aa93b6c4489a5b03edef7d0e..d967daa510c4be2fbe5e369815fa78c42a3417b7 100644
--- a/cw5_template/centrala/.vscode/settings.json
+++ b/cw5_template/centrala/.vscode/settings.json
@@ -5,9 +5,9 @@
     "C_Cpp.clang_format_style": "file",
     "C_Cpp.clang_format_fallbackStyle": "none",
     "editor.rulers": [90],
-    "nrf52SDKPath": "${workspaceFolder}/../../../",
+    "nrf52SDKPath": "${workspaceFolder}/../../../..",
     "userName": "root",
     "group": "08",
     "NrfMain" : "/dev/ttyACM0", 
     "NrfSecondary" : "/dev/ttyACM1"
-  }
\ No newline at end of file
+  }