From: Romain Forlot Date: Fri, 17 Feb 2017 17:02:21 +0000 (+0000) Subject: Added JSON conf file example X-Git-Tag: 3.99.1~477 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=be97b88567b831ddcd85295dfe890e53d0ad1bda;p=apps%2Flow-level-can-service.git Added JSON conf file example Change-Id: I9d3eb88b575b3af943582dd69ca8df2bc3b66115 Signed-off-by: Romain Forlot --- diff --git a/can_buses.json.example b/can_buses.json.example new file mode 100644 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