add define to c_cpp_properties.c
This commit is contained in:
parent
b7bee13f8e
commit
c96e6bcf66
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
@ -17,7 +17,8 @@
|
|||||||
"intelliSenseMode": "gcc-arm64",
|
"intelliSenseMode": "gcc-arm64",
|
||||||
"defines": [
|
"defines": [
|
||||||
"CONFIG_TIMESLICE=80",
|
"CONFIG_TIMESLICE=80",
|
||||||
"CONFIG_INTERCONNECT_DRIVER_LMP"
|
"CONFIG_INTERCONNECT_DRIVER_LMP",
|
||||||
|
"__ARM_ARCH_8A__"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user