feat: 添加vscode宏定义

main
邱棚 2022-10-30 16:07:19 +08:00
parent 4765afdc17
commit e8c0477c41
1 changed files with 7 additions and 1 deletions

View File

@ -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"
],