19 lines
462 B
JSON
19 lines
462 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"intelliSenseMode": "gcc-x64",
|
|
"compilerPath": "/usr/lib/ccache/avr-gcc",
|
|
"cStandard": "c99",
|
|
"cppStandard": "c++17",
|
|
"compilerArgs": [
|
|
"-Wall", "-pedantic", "-mmcu=attiy2313a"
|
|
],
|
|
"defines": [
|
|
"F_CPU=16000000",
|
|
"__"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |