From b7bee13f8eed9a4822530efe9174eb5e38d919f6 Mon Sep 17 00:00:00 2001 From: Sparchatus Date: Wed, 6 Apr 2022 11:15:16 +0000 Subject: [PATCH] Add missing include dir to c_pp_properties.json --- .vscode/c_cpp_properties.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index a0a9e63..3f7b3f2 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -10,6 +10,7 @@ "${workspaceFolder}/kernel/include/", "${workspaceFolder}/kernel/include/arch/aarch64/", "${workspaceFolder}/kernel/include/arch/armv8/", + "${workspaceFolder}/lib/aos/include/arch/aarch64/", "${BFBUILD}/armv8/include/" ], "compilerPath": "",