mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Timer.start(): Match C++ behavior in Java (#2434)
This commit is contained in:
committed by
GitHub
parent
c926770550
commit
35b236651e
@@ -75,7 +75,8 @@ class Timer {
|
||||
* Start the timer running.
|
||||
*
|
||||
* Just set the running flag to true indicating that all time requests should
|
||||
* be relative to the system clock.
|
||||
* be relative to the system clock. Note that this method is a no-op if the
|
||||
* timer is already running.
|
||||
*/
|
||||
void Start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user