diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-10 17:17:24 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-02-13 23:31:55 +0000 |
commit | 49402dc57ea61f6885a4f6a6b10597da099ad31f (patch) | |
tree | 621cdd85abad830b1141ea78b5e20ac1044ad56a /timer.h | |
parent | 3b411eee65766d4b6b235f787b0f895ca568d8a7 (diff) |
Improve reading and now process CanMessage class
instead of raw canfd_frame.
Change-Id: I53f48f94e0e526b93908c21794110b2fd83190cb
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'timer.h')
-rw-r--r-- | timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ typedef struct { } FrequencyClock; */ -class FrequencyClock { +class FrequencyClock_c { private: float frequency; unsigned long last_tick; |