diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-08 23:29:08 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | 027cf3d6f3672911f74c3d4eb18f65adc31732fc (patch) | |
tree | 8a9ce4387715f9267219de6f72e54c8f8c765988 /src/configuration-generated.cpp | |
parent | 6546d8b0438b7f483b43ed35c957c979723305bf (diff) |
Change CanMessageFormat name to make it
as the other type.
Change-Id: I4b3ae3998175613458492a0f02cce06a576cbfa8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/configuration-generated.cpp')
-rw-r--r-- | src/configuration-generated.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configuration-generated.cpp b/src/configuration-generated.cpp index 9e437949..e2939f90 100644 --- a/src/configuration-generated.cpp +++ b/src/configuration-generated.cpp @@ -15,8 +15,8 @@ std::vector<can_message_set_t> CAN_MESSAGE_SET = std::vector<std::vector<can_message_definition_t>> 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}, }, }; |