diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-08 23:48:34 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | bcb9bf1be8a854f9a9a5b2025ed9ee03b084ea44 (patch) | |
tree | 309744ddffe46fc71bb00d66added4fb58e8f927 /src/configuration-generated.cpp | |
parent | b8e9588a9fb64b2e7ef7859ae0ab147c0c92ddda (diff) |
Change all old struct name to the new class.
Change-Id: I8aa4430117c401182ef458a06a2aeb08957db1bb
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 e2939f9..6b14adc 100644 --- a/src/configuration-generated.cpp +++ b/src/configuration-generated.cpp @@ -21,8 +21,8 @@ std::vector<std::vector<can_message_definition_t>> CAN_MESSAGES_DEFINTION = { }; /** - * @brief Dumb SIGNALS array. It is composed by CanMessageSet - * SIGNALS[MESSAGE_SET_ID][CanSignal] + * @brief Dumb SIGNALS array. It is composed by can_message_set_t + * SIGNALS[MESSAGE_SET_ID][can_signal_t] */ std::vector<std::vector<can_signal_t>> SIGNALS = { { |