From f47d56103bcf2a3772d8e0e57dc85aab77d96c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Betto?= <niccolo.betto@skywarder.eu> Date: Wed, 31 Jul 2024 12:50:34 +0200 Subject: [PATCH] [VScode] Add logdecoder includes and defines --- .vscode/c_cpp_properties.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index d92653937..3dd3b843a 100755 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -428,9 +428,12 @@ { "name": "logdecoder", "includePath": [ - "${defaultIncludePaths}" + "${defaultIncludePaths}", + "${workspaceFolder}/skyward-boardcore/libs/miosix-host" + ], + "defines": [ + "COMPILE_FOR_HOST" ], - "defines": [], "compilerPath": "/usr/bin/g++", "cStandard": "c17", "intelliSenseMode": "linux-gcc-x64", -- GitLab