4th Semseter files
This commit is contained in:
17
4th-Semester-Spring-2023/Embedded/MSP-Testing/.vscode/c_cpp_properties.json
vendored
Executable file
17
4th-Semester-Spring-2023/Embedded/MSP-Testing/.vscode/c_cpp_properties.json
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${$HOME}/ti/"
|
||||
],
|
||||
"defines": [],
|
||||
"compilerPath": "/bin/gcc",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "gnu++17",
|
||||
"intelliSenseMode": "linux-gcc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Reference in New Issue
Block a user