From c997211222b2d16fba4ec3d24720c15b5ee69287 Mon Sep 17 00:00:00 2001 From: IC2D user Date: Wed, 19 Jul 2023 19:18:59 -0300 Subject: [PATCH] Update vscode cpp properties --- .vscode/c_cpp_properties.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 5af479a..8f77962 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -4,8 +4,7 @@ "name": "Linux", "includePath": [ "${HOME}/.platformio/packages/framework-mbed/**", - "${workspaceFolder}/lib/**", - "/home/leonardof/.platformio/packages/framework-mbed" + "${workspaceFolder}/lib/**" ], "defines": [ "TARGET_STM32F4",