From 027cf3d6f3672911f74c3d4eb18f65adc31732fc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 8 Mar 2017 23:29:08 +0100 Subject: Change CanMessageFormat name to make it as the other type. Change-Id: I4b3ae3998175613458492a0f02cce06a576cbfa8 Signed-off-by: Romain Forlot --- src/configuration-generated.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/configuration-generated.cpp') diff --git a/src/configuration-generated.cpp b/src/configuration-generated.cpp index 9e43794..e2939f9 100644 --- a/src/configuration-generated.cpp +++ b/src/configuration-generated.cpp @@ -15,8 +15,8 @@ std::vector CAN_MESSAGE_SET = std::vector> CAN_MESSAGES_DEFINTION = { { - {0x620, CanMessageFormat::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL}, - {0x442, CanMessageFormat::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL}, + {0x620, can_message_format::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL}, + {0x442, can_message_format::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL}, }, }; -- cgit 1.2.3-korg