From 1fa52a04542ed648b5a2a15b2f3d252f33202a33 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 26 Nov 2019 16:19:49 +0100 Subject: Change signature of decoders This commit changes the signature of decoders. It is now necessary to specify the version of the signals so that the low-can-generator generates the associated wrapper and not need to modify the decoder already developed. Bug-AGL : SPEC-2780 Bug-AGL: SPEC-2976 Change-Id: I044b1a3a6bacb9fc59bd6d3f77a1dbc437a3aa86 Signed-off-by: Arthur Guyader Signed-off-by: Romain Forlot --- examples/tests/signal.json | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/tests') diff --git a/examples/tests/signal.json b/examples/tests/signal.json index a4de3584..1e706461 100644 --- a/examples/tests/signal.json +++ b/examples/tests/signal.json @@ -1,4 +1,5 @@ { "name": "AGL Virtual Car", + "version": "2.0", "extra_sources": [], "initializers": [], "loopers": [], -- cgit 1.2.3-korg