mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Notify the Driver Station that code is ready after robotInit is called
Change-Id: Id833a2a945c14bcbb4761d4fe463c6c9f7c4430c
This commit is contained in:
@@ -70,8 +70,6 @@ class IterativeRobot : public RobotBase {
|
||||
virtual void TestPeriodic();
|
||||
|
||||
protected:
|
||||
virtual void Prestart();
|
||||
|
||||
virtual ~IterativeRobot() = default;
|
||||
IterativeRobot() = default;
|
||||
|
||||
|
||||
@@ -62,8 +62,6 @@ class RobotBase {
|
||||
RobotBase(const RobotBase&) = delete;
|
||||
RobotBase& operator=(const RobotBase&) = delete;
|
||||
|
||||
virtual void Prestart();
|
||||
|
||||
Task *m_task = nullptr;
|
||||
DriverStation &m_ds;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user