mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Fix some Test Mode references to Utility (NFC) (#8827)
This commit is contained in:
@@ -92,11 +92,11 @@ public class Robot extends TimedRobot {
|
||||
|
||||
@Override
|
||||
public void utilityInit() {
|
||||
// Cancels all running commands at the start of test mode.
|
||||
// Cancels all running commands at the start of utility mode.
|
||||
Scheduler.getDefault().cancelAll();
|
||||
}
|
||||
|
||||
/** This function is called periodically during test mode. */
|
||||
/** This function is called periodically during utility mode. */
|
||||
@Override
|
||||
public void utilityPeriodic() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user