mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-21 15:47:40 +08:00
Fix comment
This commit is contained in:
@@ -35,7 +35,7 @@ class Timer {
|
||||
|
||||
private:
|
||||
T timer_ = static_cast<T>(0); // Current state
|
||||
T timeout_ = static_cast<T>(0); // Time before
|
||||
T timeout_ = static_cast<T>(0); // Time to count
|
||||
T interval_ = static_cast<T>(0); // Amount to increment each time update() is called
|
||||
bool running_ = false; // update() only increments if runing_ is true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user