Change direct initialization object
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 3 May 2017 15:57:30 +0000 (17:57 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 3 May 2017 15:57:30 +0000 (17:57 +0200)
Change-Id: Icedbe5b8c420b0fb77eb331577e11c35c4597d80
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-binder/low-can-binding/configuration-generated.cpp

index a3481dc..c3cecc5 100644 (file)
@@ -7,7 +7,7 @@ configuration_t::configuration_t()
        , can_message_definition_
        {
                {
-                       can_message_definition_t(0, "can0", 0x620, can_message_format_t::STANDARD, frequency_clock_t(0.00000f), true)
+                       can_message_definition_t{0, "can0", 0x620, can_message_format_t::STANDARD, frequency_clock_t(0.00000f), true}
                }
        }
        , can_signals_