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/utils | |
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/utils')
-rw-r--r-- | src/utils/signals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/signals.cpp b/src/utils/signals.cpp index a7510dc0..9da04f59 100644 --- a/src/utils/signals.cpp +++ b/src/utils/signals.cpp @@ -21,7 +21,7 @@ * @brief Can signal event map making access to afb_event * externaly to an openxc existing structure. * - * @desc Event map is making relation between CanSignal generic name + * @desc Event map is making relation between can_signal_t generic name * and the afb_event struct used by application framework to pushed * to the subscriber. */ |