Zwischenspeichern
This commit is contained in:
16
software/.vscode/settings.json
vendored
16
software/.vscode/settings.json
vendored
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"nrf-connect.applications": [
|
||||
"${workspaceFolder}\\modbus_test"
|
||||
],
|
||||
"files.associations": {
|
||||
"log.h": "c",
|
||||
"modbus.h": "c",
|
||||
@@ -10,6 +7,15 @@
|
||||
"string_view": "c",
|
||||
"canbus.h": "c",
|
||||
"kernel.h": "c",
|
||||
"settings.h": "c"
|
||||
}
|
||||
"settings.h": "c",
|
||||
"can.h": "c"
|
||||
},
|
||||
"C_Cpp.default.compileCommands": [
|
||||
"build/compile_commands.json",
|
||||
"../build/compile_commands.json"
|
||||
],
|
||||
"cmake.sourceDirectory": "/home/edi/zephyrproject/projects/irrigation_system/software/test_canbus",
|
||||
"nrf-connect.applications": [
|
||||
"${workspaceFolder}/test_canbus"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user