From e8c0477c412490be77e233d9409809fe53aea03d Mon Sep 17 00:00:00 2001 From: 12345qiupeng Date: Sun, 30 Oct 2022 16:07:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0vscode=E5=AE=8F?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/c_cpp_properties.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index d25f9f3..baf45c9 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -13,7 +13,13 @@ "${workspaceFolder}/rt-thread/include/**", "${workspaceFolder}/packages/agile_button-v1.1.1/inc/**" ], - "defines": [], + "defines": [ + "HAVE_CCONFIG_H", + "RT_USING_NEWLIB", + "STM32F072xB", + "USE_HAL_DRIVER", + "__RTTHREAD__" + ], "macFrameworkPath": [ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks" ],