mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Added TimedRobot (#520)
This commit is contained in:
committed by
Peter Johnson
parent
f826216a28
commit
89d3b08e77
@@ -27,7 +27,7 @@ class SampleRobot : public RobotBase {
|
||||
virtual ~SampleRobot() = default;
|
||||
|
||||
private:
|
||||
bool m_robotMainOverridden;
|
||||
bool m_robotMainOverridden = true;
|
||||
};
|
||||
|
||||
} // namespace frc
|
||||
|
||||
Reference in New Issue
Block a user