From 6e7f2435abbc5ca46559b4f81bdb93968b1ad3a7 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Wed, 2 Apr 2014 16:37:26 -0700 Subject: [PATCH] Preparing for merge to use old pot code --- MyRobot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MyRobot.cpp b/MyRobot.cpp index 2c69807..0ad4605 100644 --- a/MyRobot.cpp +++ b/MyRobot.cpp @@ -503,6 +503,7 @@ public: compressing=false; compressor.Stop(); } +} //}}} //Teleop{{{ void OperatorControl(){ @@ -571,7 +572,7 @@ public: }else{ //Stop Shooting{{{ shooting=false; - shootRobot(0); + shootRobot(0.0f); //}}} } if(Rstick.GetRawButton(9)==1){