mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
committed by
Peter Johnson
parent
761bc3ef85
commit
7112add67f
@@ -63,7 +63,7 @@ class TimedRobot : public IterativeRobotBase, public ErrorBase {
|
||||
hal::Handle<HAL_NotifierHandle> m_notifier;
|
||||
|
||||
// The absolute expiration time
|
||||
double m_expirationTime = 0;
|
||||
units::second_t m_expirationTime{0};
|
||||
|
||||
/**
|
||||
* Update the HAL alarm time.
|
||||
|
||||
Reference in New Issue
Block a user