add define to c_cpp_properties.c

This commit is contained in:
Sparchatus 2022-04-06 12:06:14 +00:00
parent b7bee13f8e
commit c96e6bcf66

View File

@ -17,7 +17,8 @@
"intelliSenseMode": "gcc-arm64",
"defines": [
"CONFIG_TIMESLICE=80",
"CONFIG_INTERCONNECT_DRIVER_LMP"
"CONFIG_INTERCONNECT_DRIVER_LMP",
"__ARM_ARCH_8A__"
]
}
],