From c4764b9dadd1fccbe23f98106c89315688703f75 Mon Sep 17 00:00:00 2001 From: Meryem Esa Date: Sat, 30 Jan 2016 16:54:58 -0800 Subject: [PATCH] put defense Sendable Choosers on one line --- src/org/usfirst/frc/team3501/robot/Robot.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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() { -- 2.30.2