mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
* GetClock() is now officially deprecated since its comment already informally did so and the function just forwards to Timer::GetFPGATimestamp(). * The declaration of GetPPCTimestamp() is missing a definition and has been removed. * std::this_thread::sleep_for() returns immediately when given a negative duration, so the check for that was removed from Wait().