From 5db889090c0d298622bcc4085efe199bf05b8eda Mon Sep 17 00:00:00 2001 From: Aidan Ferguson Date: Sat, 27 Feb 2016 14:30:47 -0500 Subject: [PATCH] TYPOS --- src/Robot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Robot.cpp b/src/Robot.cpp index fa2058c..95a9c3c 100644 --- a/src/Robot.cpp +++ b/src/Robot.cpp @@ -204,7 +204,7 @@ private: { shooter.BoostRamp(); ramping = true; - } + }*/ else if(ramping && !operator_stick.GetRawButton(RAMP_RAISE) && !operator_stick.GetRawButton(RAMP_LOWER)) {