From 89487489632ac54cab8a737eaa23aeedaa165092 Mon Sep 17 00:00:00 2001 From: Sparchatus Date: Mon, 25 Apr 2022 14:43:30 +0000 Subject: [PATCH] Added define to c_cpp_properties.json --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index a95d910..5f914ad 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -18,7 +18,8 @@ "defines": [ "CONFIG_TIMESLICE=80", "CONFIG_INTERCONNECT_DRIVER_LMP", - "__ARM_ARCH_8A__" + "__ARM_ARCH_8A__", + "CONFIG_SCHEDULER_RBED" ] } ],