diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-12-03 16:59:24 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-03 17:16:31 -0500 |
commit | 12e75ea716e1b5054be0228e2859e14a11be622a (patch) | |
tree | eb45de5360f8749ce54b14946cff11725fad3ab5 /examples/agl-vcar/signals.json | |
parent | 17c474bf9ac58b3263b5e42c7d2ab975c31ab313 (diff) |
Change example message 0x3D9 back to non-FD
Update agl-vcar example definition to change message 0x3D9 back to
regular CAN so it will be usable on non-FD capable hardware again.
Bug-AGL: SPEC-3012
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I74064c5a8f4111f8f774104d27b86c8f15451539
Diffstat (limited to 'examples/agl-vcar/signals.json')
-rw-r--r-- | examples/agl-vcar/signals.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/agl-vcar/signals.json b/examples/agl-vcar/signals.json index 45aefd68..706f8d46 100644 --- a/examples/agl-vcar/signals.json +++ b/examples/agl-vcar/signals.json @@ -98,7 +98,7 @@ }, "0x3D9": { "bus": "hs", - "is_fd" : true, + "is_fd" : false, "is_extended": false, "is_j1939" : false, "length" : 8, |