diff options
Diffstat (limited to 'picl-firmware/.vscode/c_cpp_properties.json')
| -rw-r--r-- | picl-firmware/.vscode/c_cpp_properties.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/picl-firmware/.vscode/c_cpp_properties.json b/picl-firmware/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..add3b91 --- /dev/null +++ b/picl-firmware/.vscode/c_cpp_properties.json @@ -0,0 +1,15 @@ +{ + "configurations": [ + { + "name": "AVR", + "includePath": [ + "${workspaceFolder}/**", + "/usr/avr/include/**" + ], + "defines": ["__AVR_ATtiny24__"], + "compilerPath": "/usr/bin/avr-gcc", + "intelliSenseMode": "clang-x64" + } + ], + "version": 4 +}
\ No newline at end of file |
