diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-12 17:42:30 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-21 12:02:10 +0200 |
commit | 7aed41f1bdfc76eae902d289fce699b8fde40871 (patch) | |
tree | 43979e7da90039f0a980d5f827307d15fd1dc41e /examples/toyota | |
parent | 241147061ed43e22c4a28548d2a9187c4f409ece (diff) |
Cleaning and renaming.
Change-Id: I24b78e3d41124650da286a50297f1c51410c2c6a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'examples/toyota')
-rw-r--r-- | examples/toyota/configuration-generated.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/toyota/configuration-generated.cpp b/examples/toyota/configuration-generated.cpp index 95b50872..4b9dac47 100644 --- a/examples/toyota/configuration-generated.cpp +++ b/examples/toyota/configuration-generated.cpp @@ -28,7 +28,7 @@ application_t::application_t() { }, false, - decoder_t::booleanDecoder, + decoder_t::decode_boolean, nullptr, false }, @@ -48,7 +48,7 @@ application_t::application_t() { }, false, - decoder_t::booleanDecoder, + decoder_t::decode_boolean, nullptr, false }, @@ -68,7 +68,7 @@ application_t::application_t() { }, false, - decoder_t::booleanDecoder, + decoder_t::decode_boolean, nullptr, false }, @@ -88,7 +88,7 @@ application_t::application_t() { }, false, - decoder_t::booleanDecoder, + decoder_t::decode_boolean, nullptr, false }, @@ -108,7 +108,7 @@ application_t::application_t() { }, false, - decoder_t::booleanDecoder, + decoder_t::decode_boolean, nullptr, false } |