From 35b8ec9963ce484155b54af968154fbe335dc660 Mon Sep 17 00:00:00 2001 From: sunbeam Date: Tue, 4 Mar 2025 14:52:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0vscode=20IntelliSense?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cva_asw_m0146/.vscode/c_cpp_properties.json | 2 +- cva_asw_m0146/.vscode/settings.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cva_asw_m0146/.vscode/c_cpp_properties.json b/cva_asw_m0146/.vscode/c_cpp_properties.json index a4982ee..c4f1250 100644 --- a/cva_asw_m0146/.vscode/c_cpp_properties.json +++ b/cva_asw_m0146/.vscode/c_cpp_properties.json @@ -4,7 +4,7 @@ "name": "Win32", "includePath": [ "${workspaceFolder}/**", - "E:\\Program Files\\IAR Systems\\Embedded Workbench 9.2\\arm\\inc\\c\\" + "D:\\Program Files\\IAR Systems\\Embedded Workbench 9.2\\arm\\inc\\c\\" ], "defines": [ "MCU_CVM0144FMLH", diff --git a/cva_asw_m0146/.vscode/settings.json b/cva_asw_m0146/.vscode/settings.json index dc81238..4bae4d8 100644 --- a/cva_asw_m0146/.vscode/settings.json +++ b/cva_asw_m0146/.vscode/settings.json @@ -33,7 +33,8 @@ "fee_cfg.h": "c", "string.h": "c", "fee_internal.h": "c", - "memorytask.h": "c" + "memorytask.h": "c", + "lin_master.h": "c" }, "C_Cpp.default.compilerPath": "", "MicroPython.executeButton": [