mrf24j40/.vscode/c_cpp_properties.json

20 lines
497 B
JSON

{
"configurations": [
{
"name": "linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/lib/avr/include/"
],
"defines": [
"__AVR_ATmega32__",
"F_CPU 8000000"
],
"compilerPath": "/usr/bin/avr-g++",
"cStandard": "gnu11",
"cppStandard": "gnu++14",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}