diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-26 18:24:43 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-27 01:03:34 +0200 |
commit | ba71ee9e4b6fa081a60b5e575fff82422e630977 (patch) | |
tree | 217ed52e6e03857bfd86b9ed8b0e23d15d62ab59 /CAN-binder | |
parent | fdcc36f1b9dbc0cb95cf4b968823c2be4d7227d0 (diff) |
Doesn't send event if no changes are made for doors signals.
Change-Id: I4e72db1e7b7bc31d7446a4903972687f1ec9d71c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder')
-rw-r--r-- | CAN-binder/low-can-binding/configuration-generated.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CAN-binder/low-can-binding/configuration-generated.cpp b/CAN-binder/low-can-binding/configuration-generated.cpp index 1249ab4..a3481dc 100644 --- a/CAN-binder/low-can-binding/configuration-generated.cpp +++ b/CAN-binder/low-can-binding/configuration-generated.cpp @@ -24,7 +24,7 @@ configuration_t::configuration_t() 0, 0, frequency_clock_t(0.00000f), - true, + false, false, { }, @@ -44,7 +44,7 @@ configuration_t::configuration_t() 0, 0, frequency_clock_t(0.00000f), - true, + false, false, { }, @@ -64,7 +64,7 @@ configuration_t::configuration_t() 0, 0, frequency_clock_t(0.00000f), - true, + false, false, { }, @@ -84,7 +84,7 @@ configuration_t::configuration_t() 0, 0, frequency_clock_t(0.00000f), - true, + false, false, { }, @@ -104,7 +104,7 @@ configuration_t::configuration_t() 0, 0, frequency_clock_t(0.00000f), - true, + false, false, { }, |