inv-sw-linux/.vscode/c_cpp_properties.json

19 lines
461 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"/usr/avr/include",
"${workspaceFolder}/**"
],
"defines": [
"__AVR_ATmega32U4__"
],
"compilerPath": "/usr/bin/avr-gcc",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}