mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpilib] Rename TimedRobot constants to all caps
This commit is contained in:
@@ -105,7 +105,7 @@ class CommandScheduler(Sendable):
|
||||
# self._toCancelInterruptors: List[Optional[Command]] = []
|
||||
self._endingCommands: Set[Command] = set()
|
||||
|
||||
self._watchdog = Watchdog(TimedRobot.kDefaultPeriod, lambda: None)
|
||||
self._watchdog = Watchdog(TimedRobot.DEFAULT_PERIOD, lambda: None)
|
||||
|
||||
hal.reportUsage("CommandScheduler", "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user