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" ] } ],