mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Fix typo (#1348)
This commit is contained in:
committed by
Peter Johnson
parent
fd82153456
commit
54fbec27df
@@ -209,7 +209,7 @@ public abstract class IterativeRobotBase extends RobotBase {
|
|||||||
|
|
||||||
HAL.observeUserProgramDisabled();
|
HAL.observeUserProgramDisabled();
|
||||||
disabledPeriodic();
|
disabledPeriodic();
|
||||||
m_watchdog.addEpoch("disablePeroidic()");
|
m_watchdog.addEpoch("disablePeriodic()");
|
||||||
} else if (isAutonomous()) {
|
} else if (isAutonomous()) {
|
||||||
// Call AutonomousInit() if we are now just entering autonomous mode from either a different
|
// Call AutonomousInit() if we are now just entering autonomous mode from either a different
|
||||||
// mode or from power-on.
|
// mode or from power-on.
|
||||||
|
|||||||
Reference in New Issue
Block a user