mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[examples] Add missing TestInit method to GettingStarted Example (#3039)
This commit is contained in:
@@ -39,6 +39,8 @@ class Robot : public frc::TimedRobot {
|
||||
m_robotDrive.ArcadeDrive(m_stick.GetY(), m_stick.GetX());
|
||||
}
|
||||
|
||||
void TestInit() override {}
|
||||
|
||||
void TestPeriodic() override {}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user