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