Added define to c_cpp_properties.json
This commit is contained in:
parent
fc44e3efc6
commit
8948748963
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
@ -18,7 +18,8 @@
|
|||||||
"defines": [
|
"defines": [
|
||||||
"CONFIG_TIMESLICE=80",
|
"CONFIG_TIMESLICE=80",
|
||||||
"CONFIG_INTERCONNECT_DRIVER_LMP",
|
"CONFIG_INTERCONNECT_DRIVER_LMP",
|
||||||
"__ARM_ARCH_8A__"
|
"__ARM_ARCH_8A__",
|
||||||
|
"CONFIG_SCHEDULER_RBED"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user