From 8327823bd12143689878bf052a81ab7d99938ae0 Mon Sep 17 00:00:00 2001 From: Aidan Ferguson Date: Sat, 20 Feb 2016 14:05:56 -0500 Subject: [PATCH] SPELLING --- src/Robot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Robot.cpp b/src/Robot.cpp index cc6010f..98f4375 100644 --- a/src/Robot.cpp +++ b/src/Robot.cpp @@ -197,6 +197,7 @@ private: /* + * Unlike the previous actions, this method does need to be called every iteration of * TeleopPeriodic. This is because the logic running this operation needs to be checked * Every time the method is called. This cannot be a loop in the Shoot method because * that would lock the robot every time the trigger is hit.