From 341c708355558d6bf487eda4ef863b40b3f89ee0 Mon Sep 17 00:00:00 2001 From: prosper00 <57373245+prosper00@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:56:46 -0600 Subject: [PATCH] Update c_cpp_properties.json fixed path to ch32v003fun --- examples/template/.vscode/c_cpp_properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/template/.vscode/c_cpp_properties.json b/examples/template/.vscode/c_cpp_properties.json index 3b0944e..ee34f28 100644 --- a/examples/template/.vscode/c_cpp_properties.json +++ b/examples/template/.vscode/c_cpp_properties.json @@ -4,7 +4,7 @@ "name": "RISCV32EC", "includePath": [ "${workspaceFolder}/**", - "${workspaceFolder}/ch32v003fun", + "${workspaceFolder}../../ch32v003fun", "/usr/include/newlib" //why? the configurationProvider ought to find this ], "defines": [ @@ -22,4 +22,4 @@ } ], "version": 4 -} \ No newline at end of file +} -- GitLab