From 250262eee0cfd5570298f8d69c498adc0688bdc6 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 8 Mar 2017 23:59:58 +0100 Subject: Again change enum name and add "_t" suffix to get syntax coloration into IDE... Neat, isn't it ! Change-Id: Ieee2618336be80ddf97ccaa29bc83098a6463c56 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 6b14adc..6babfbe 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, can_message_format::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL}, - {0x442, can_message_format::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL}, + {0x620, can_message_format_t::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL}, + {0x442, can_message_format_t::STANDARD, {10, 0, nullptr}, false, (uint8_t)NULL}, }, }; -- cgit 1.2.3-korg