mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Notify the Driver Station that code is ready after robotInit is called
Change-Id: Id833a2a945c14bcbb4761d4fe463c6c9f7c4430c
This commit is contained in:
@@ -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