Files
STM32_CubeMX_HAL_Template_C/.vscode/c_cpp_properties.json
2025-09-02 09:12:06 +08:00

12 lines
327 B
JSON

{
"configurations": [
{
"name": "STM32",
"defines": [],
"intelliSenseMode": "linux-gcc-arm",
"configurationProvider": "ms-vscode.makefile-tools",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json"
}
],
"version": 4
}