Fix compiler version for intellisense.
This commit is contained in:
parent
aaf8a9d501
commit
180f4625a8
4
.vscode/c_cpp_properties.json
vendored
4
.vscode/c_cpp_properties.json
vendored
@ -9,10 +9,10 @@
|
||||
"defines": [
|
||||
"__AVR_ATmega32U4__"
|
||||
],
|
||||
"compilerPath": "/usr/bin/clang",
|
||||
"compilerPath": "/usr/bin/avr-gcc",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++14",
|
||||
"intelliSenseMode": "linux-clang-x64"
|
||||
"intelliSenseMode": "linux-gcc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -1,7 +1,9 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"io.h": "c",
|
||||
"sfr_defs.h": "c",
|
||||
"string.h": "c"
|
||||
}
|
||||
"io.h": "c",
|
||||
"sfr_defs.h": "c",
|
||||
"string.h": "c",
|
||||
"random": "c",
|
||||
"math.h": "c"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user