Stm32Project/.vscode/c_cpp_properties.json

16 lines
303 B
JSON
Raw Permalink Normal View History

2024-11-06 22:26:06 +08:00
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
]
}
],
"version": 4
}