diff --git a/DentRobot.cpp b/DentRobot.cpp index 3a21d69..0eb8ffc 100644 --- a/DentRobot.cpp +++ b/DentRobot.cpp @@ -33,6 +33,7 @@ void DentRobot::AutonomousInit(){ } } void DentRobot::AutonomousPeriodic(){ + printf("Running auto.\n"); Scheduler::GetInstance()->Run(); } void DentRobot::TeleopInit(){