Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e81f5b4
)
Added JSON conf file example
author
Romain Forlot
<romain.forlot@iot.bzh>
Fri, 17 Feb 2017 17:02:21 +0000
(17:02 +0000)
committer
Romain Forlot
<romain.forlot@iot.bzh>
Mon, 20 Feb 2017 11:14:55 +0000
(11:14 +0000)
Change-Id: I9d3eb88b575b3af943582dd69ca8df2bc3b66115
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
can_buses.json.example
[new file with mode: 0644]
patch
|
blob
diff --git a/can_buses.json.example
b/can_buses.json.example
new file mode 100644
(file)
index 0000000..
a6a3ed2
--- /dev/null
+++ b/
can_buses.json.example
@@ -0,0
+1,7
@@
+{
+ "canbus": {
+ "dev_name": [ "can0",
+ "can1"
+ ]
+ }
+}
\ No newline at end of file