mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01: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();
|
||||
disabledPeriodic();
|
||||
m_watchdog.addEpoch("disablePeroidic()");
|
||||
m_watchdog.addEpoch("disablePeriodic()");
|
||||
} else if (isAutonomous()) {
|
||||
// Call AutonomousInit() if we are now just entering autonomous mode from either a different
|
||||
// mode or from power-on.
|
||||
|
||||
Reference in New Issue
Block a user