mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -1,5 +1,5 @@
|
||||
classes:
|
||||
frc::TimedRobot:
|
||||
wpi::TimedRobot:
|
||||
attributes:
|
||||
kDefaultPeriod:
|
||||
methods:
|
||||
@@ -12,5 +12,5 @@ classes:
|
||||
default: 0_s
|
||||
TimedRobot:
|
||||
overloads:
|
||||
units::second_t:
|
||||
units::hertz_t:
|
||||
wpi::units::second_t:
|
||||
wpi::units::hertz_t:
|
||||
|
||||
Reference in New Issue
Block a user