We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ae00a commit 6553746Copy full SHA for 6553746
subprojects/robotpy-wpilib/wpilib/timedrobotpy.py
@@ -117,7 +117,7 @@ class TimedRobotPy(IterativeRobotPy):
117
Notifier instance.
118
"""
119
120
- kDefaultPeriod: ClassVar[float] = (
+ kDefaultPeriod: ClassVar[wpimath.units.second] = (
121
0.020 # todo this is a change to keep consistent units in the API
122
)
123
0 commit comments