[vscode][nrf51][nrf52] uint8_t uint16_t uint32_t 等等变量异常
2022-09-07 来源:csdn
打开 .vscodec_cpp_properties.json
添加内容
“__CC_ARM”,
“__STATIC_INLINE=static”
成品:
{
'configurations': [
{
'name': 'Win32',
'includePath': [
'${workspaceFolder}/**',
],
'defines': [
'_DEBUG',
'UNICODE',
'_UNICODE',
'__CC_ARM',
'__STATIC_INLINE=static'
]
}
],
'version': 4
}
第二种情况:
添加头文件
#include
相关文章