diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 3f7b3f2..a95d910 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -17,7 +17,8 @@ "intelliSenseMode": "gcc-arm64", "defines": [ "CONFIG_TIMESLICE=80", - "CONFIG_INTERCONNECT_DRIVER_LMP" + "CONFIG_INTERCONNECT_DRIVER_LMP", + "__ARM_ARCH_8A__" ] } ],