Skip to content

Commit

Permalink
common/ratekeeper: change frame() return type from double to uint64_t (
Browse files Browse the repository at this point in the history
…commaai#32679)

old-commit-hash: a4f0f6c
  • Loading branch information
deanlee authored Jun 10, 2024
1 parent d2e3a0e commit 061deaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ratekeeper.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class RateKeeper {
~RateKeeper() {}
bool keepTime();
bool monitorTime();
inline double frame() const { return frame_; }
inline uint64_t frame() const { return frame_; }
inline double remaining() const { return remaining_; }

private:
Expand Down

0 comments on commit 061deaa

Please sign in to comment.