summaryrefslogtreecommitdiffstats
path: root/examples/engine/signals.json
diff options
context:
space:
mode:
authorArthur Guyader <arthur.guyader@iot.bzh>2019-08-27 11:41:57 +0200
committerArthur Guyader <arthur.guyader@iot.bzh>2019-08-30 15:12:00 +0200
commit96232f8f7cf8b93f1a3ef3ed9a4816c575cefe87 (patch)
treec544c288fdde9aea0598fbfa92f580155c65ea83 /examples/engine/signals.json
parent6d6b880b2769add860cb0f135e0f784f8aaf5e00 (diff)
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 <arthur.guyader@iot.bzh>
Diffstat (limited to 'examples/engine/signals.json')
-rw-r--r--examples/engine/signals.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/engine/signals.json b/examples/engine/signals.json
index a64fa138..c8c4609b 100644
--- a/examples/engine/signals.json
+++ b/examples/engine/signals.json
@@ -1,4 +1,5 @@
{ "name": "example",
+ "version": "2.0",
"extra_sources": [],
"initializers": [],
"loopers": [],