From 30079ec5884e5539b8daf1d1a705ec25b4ce7f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobiasz=20Dryja=C5=84ski?= <tobdryja@pg.edu.pl> Date: Tue, 21 May 2024 13:23:12 +0000 Subject: [PATCH] Update cw5_template/centrala/.vscode/settings.json --- cw5_template/centrala/.vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cw5_template/centrala/.vscode/settings.json b/cw5_template/centrala/.vscode/settings.json index 08837e2..d967daa 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 + } -- GitLab