mirror of
https://github.com/brendanhaines/mecanum.git
synced 2024-12-25 10:27:12 -07:00
adds empty methods for those in IterativeRobot
This commit is contained in:
parent
984e1ff67e
commit
eb3f8371c5
|
@ -146,10 +146,23 @@ public:
|
|||
///// TEST /////
|
||||
////////////////
|
||||
|
||||
void TestInit()
|
||||
{}
|
||||
|
||||
void TestPeriodic()
|
||||
{
|
||||
lw->Run();
|
||||
}
|
||||
|
||||
////////////////////
|
||||
///// DISABLED /////
|
||||
////////////////////
|
||||
|
||||
void DisabledInit()
|
||||
{}
|
||||
|
||||
void DisabledPeriodic()
|
||||
{}
|
||||
};
|
||||
|
||||
START_ROBOT_CLASS(Robot);
|
||||
|
|
Loading…
Reference in New Issue
Block a user