From 7135c0b27dda3f69d1b7f2f82056064a43d9578f Mon Sep 17 00:00:00 2001 From: Aidan Ferguson Date: Sat, 27 Feb 2016 13:29:41 -0500 Subject: [PATCH] fixed typo --- src/Robot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robot.cpp b/src/Robot.cpp index 62b2b39..fa2058c 100644 --- a/src/Robot.cpp +++ b/src/Robot.cpp @@ -279,7 +279,7 @@ private: { shooting = false; shooter.StopShooter(); - }*/ + } if(!arming && driver_stick.GetRawButton(RAMP_RAISE)) {