From 96232f8f7cf8b93f1a3ef3ed9a4816c575cefe87 Mon Sep 17 00:00:00 2001 From: Arthur Guyader Date: Tue, 27 Aug 2019 11:41:57 +0200 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 Change-Id: I044b1a3a6bacb9fc59bd6d3f77a1dbc437a3aa86 Signed-off-by: Arthur Guyader --- examples/hvac/signals.json | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/hvac') diff --git a/examples/hvac/signals.json b/examples/hvac/signals.json index dbe4cf7d..0795cf60 100644 --- a/examples/hvac/signals.json +++ b/examples/hvac/signals.json @@ -1,4 +1,5 @@ { "name": "example", + "version": "2.0", "extra_sources": [], "initializers": [], "loopers": [], -- cgit 1.2.3-korg