ceda2vga/.vscode/c_cpp_properties.json

17 lines
381 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
""
],
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
"cStandard": "c17",
"intelliSenseMode": "linux-gcc-arm"
}
],
"version": 4
}