diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-11 19:58:04 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-13 23:31:56 +0000 |
commit | 97bf55de6cd4fb832f98a670a5ac37ffb0a78b8a (patch) | |
tree | 5c81d1eb84843367504b4438eb51dd118fbc1b33 /can-utils.h | |
parent | cba316f0aa72b3de846814495671df6ecb226028 (diff) |
Fix wrong arguments type
Reader is almost finish i think now
Change-Id: Ib4c7c88b430ada2661e6ce2a67dde76d03dba2f1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'can-utils.h')
-rw-r--r-- | can-utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/can-utils.h b/can-utils.h index d2020a53..4b5102cb 100644 --- a/can-utils.h +++ b/can-utils.h @@ -82,7 +82,9 @@ typedef openxc_DynamicField (*SignalDecoder)(struct CanSignal* signal, typedef uint64_t (*SignalEncoder)(struct CanSignal* signal, openxc_DynamicField* value, bool* send); -/* CanBus represent a can device definition gotten from configuraiton file */ +/* + * CanBus represent a can device definition gotten from configuraiton file + */ class CanBus_c { private: /* Got from conf file */ |