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