Reorder to fix warning at compilation
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 9 Mar 2017 12:03:13 +0000 (13:03 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:40 +0000 (17:10 +0100)
Change-Id: I1e558720318d9251ddfbbf6bb66a0461aef98e4c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/configuration.cpp

index aeecdb6..cfa728e 100644 (file)
@@ -52,7 +52,7 @@ std::vector<std::vector<can_message_definition_t>> CAN_MESSAGES_DEFINTION;
 std::vector<std::vector<can_signal_t>> SIGNALS;
 
 configuration_t::configuration_t()
-       : obd2_signals_{OBD2_PIDS}, can_message_set_{CAN_MESSAGE_SET}, can_signals_{SIGNALS}, can_message_definition_{CAN_MESSAGES_DEFINTION}
+       : can_message_set_{CAN_MESSAGE_SET}, can_signals_{SIGNALS}, obd2_signals_{OBD2_PIDS}, can_message_definition_{CAN_MESSAGES_DEFINTION}
 {}
 
 configuration_t& configuration_t::get_configuration()