videochargen/.vscode/c_cpp_properties.json

18 lines
425 B
JSON
Raw Normal View History

2022-10-08 13:12:37 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/avr/include"
],
"defines": [
"__AVR_ATmega328P__"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}