diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-12 16:20:00 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2019-11-12 16:20:00 +0100 |
commit | 726597cb7a4bb625f4ab1e4c7d16c8a8673d4aaa (patch) | |
tree | 44d7302d52ea6a421b715b73c5574549cb676160 /examples/OBD2 | |
parent | 36c5d06732eb830685d6887cbde3d75bf19b0b75 (diff) |
examples: updates
Change-Id: I9c71038690d301e513f736a3405c3367f64fdbda
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'examples/OBD2')
-rw-r--r-- | examples/OBD2/application-generated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/OBD2/application-generated.cpp b/examples/OBD2/application-generated.cpp index f5788d9b..5bed7599 100644 --- a/examples/OBD2/application-generated.cpp +++ b/examples/OBD2/application-generated.cpp @@ -269,7 +269,7 @@ application_t::application_t() { for(std::shared_ptr<message_set_t> cms: message_set_) { - std::vector<std::shared_ptr<message_definition_t>> messages_definition = cms->get_messages_definition(); + vect_ptr_msg_def_t messages_definition = cms->get_messages_definition(); for(std::shared_ptr<message_definition_t> cmd : messages_definition) { cmd->set_parent(cms); |