From c96e6bcf66a9f17b4e031ba68032afca7da2b3be Mon Sep 17 00:00:00 2001 From: Sparchatus Date: Wed, 6 Apr 2022 12:06:14 +0000 Subject: [PATCH] add define to c_cpp_properties.c --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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__" ] } ],