2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

Added auto running debug message

This commit is contained in:
Adam Long 2015-02-20 13:43:31 +00:00
parent f905bf5ea2
commit a75a5b4867

View File

@ -33,6 +33,7 @@ void DentRobot::AutonomousInit(){
}
}
void DentRobot::AutonomousPeriodic(){
printf("Running auto.\n");
Scheduler::GetInstance()->Run();
}
void DentRobot::TeleopInit(){