From: Meryem Esa Date: Sun, 31 Jan 2016 00:54:58 +0000 (-0800) Subject: put defense Sendable Choosers on one line X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=c4764b9dadd1fccbe23f98106c89315688703f75 put defense Sendable Choosers on one line --- diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index 63b18399..1ebdf64b 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -15,12 +15,8 @@ public class Robot extends IterativeRobot { public static Shooter shooter; // Sendable Choosers send a drop down menu to the Smart Dashboard. - SendableChooser positionOneDefense; - SendableChooser positionTwoDefense; - SendableChooser positionThreeDefense; - SendableChooser positionFourDefense; - SendableChooser positionFiveDefense; SendableChooser positionChooser; + SendableChooser positionOneDefense, positionTwoDefense, positionThreeDefense, positionFourDefense, positionFiveDefense; @Override public void robotInit() {