Fix compilation warning complaining about unset boolean value.
[apps/low-level-can-service.git] / CAN-binder / low-can-binding / configuration-generated.cpp
index 2e96570..1691a69 100644 (file)
@@ -2,7 +2,8 @@
 #include "can/can-decoder.hpp"
 
 configuration_t::configuration_t()
-       : can_message_set_{{0, "example", 0, 1, 5, 0, 20}}
+       :can_bus_manager_{utils::config_parser_t{"/etc/dev-mapping.conf"}}
+       , can_message_set_{{0, "example", 0, 1, 5, 0, 20}}
        , can_message_definition_
        {
                {
@@ -339,12 +340,9 @@ configuration_t::configuration_t()
                        }
                }
        }
-{
-}
+{}
 
 const std::string configuration_t::get_diagnostic_bus() const
 {
        return "can0";
 }
-
-