Added define to c_cpp_properties.json

This commit is contained in:
Sparchatus 2022-04-25 14:43:30 +00:00
parent fc44e3efc6
commit 8948748963

View File

@ -18,7 +18,8 @@
"defines": [
"CONFIG_TIMESLICE=80",
"CONFIG_INTERCONNECT_DRIVER_LMP",
"__ARM_ARCH_8A__"
"__ARM_ARCH_8A__",
"CONFIG_SCHEDULER_RBED"
]
}
],