14 lines
294 B
JSON
14 lines
294 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"/usr/lib/avr/include"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"compilerPath": "/usr/bin/gcc"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|