diff options
Diffstat (limited to 'high-can-binding/high-can-binding.cpp')
-rw-r--r-- | high-can-binding/high-can-binding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/high-can-binding/high-can-binding.cpp b/high-can-binding/high-can-binding.cpp index 4232ae2..4891f6c 100644 --- a/high-can-binding/high-can-binding.cpp +++ b/high-can-binding/high-can-binding.cpp @@ -57,7 +57,7 @@ void get(afb_req request) /// @brief entry point for systemD timers. Treatment itself is made in High class. /// @param[in] source: systemD timer, t: time of tick, data: interval (ms). -int ticked(sd_event_source *source, long unsigned int t, void* data) +int ticked(sd_event_source *source, uint64_t t, void* data) { high.tick(source, t, data); return 0; |