summaryrefslogtreecommitdiffstats
path: root/timer.h
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-10 17:17:24 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-13 23:31:55 +0000
commit49402dc57ea61f6885a4f6a6b10597da099ad31f (patch)
tree621cdd85abad830b1141ea78b5e20ac1044ad56a /timer.h
parent3b411eee65766d4b6b235f787b0f895ca568d8a7 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/timer.h b/timer.h
index 7c39364d..fa329ebd 100644
--- a/timer.h
+++ b/timer.h
@@ -32,7 +32,7 @@ typedef struct {
} FrequencyClock;
*/
-class FrequencyClock {
+class FrequencyClock_c {
private:
float frequency;
unsigned long last_tick;