From 0cad28d005fe91fe9e0c3b1887b3c521835ec576 Mon Sep 17 00:00:00 2001 From: buildmine10 <33100363+buildmine10@users.noreply.github.com> Date: Sat, 6 Mar 2021 10:31:47 -0500 Subject: [PATCH] Update RobotContainer.java --- src/main/java/frc/robot/RobotContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/frc/robot/RobotContainer.java b/src/main/java/frc/robot/RobotContainer.java index 17a6d72..cdb05e3 100644 --- a/src/main/java/frc/robot/RobotContainer.java +++ b/src/main/java/frc/robot/RobotContainer.java @@ -34,7 +34,7 @@ * (including subsystems, commands, and button mappings) should be declared here. */ public class RobotContainer { - Joystick m_controller = new Joystick(1); + Joystick m_controller = new Joystick(0); JoystickButton turn = new JoystickButton(m_controller, 1); //DifferentialDrivetrain m_drivetrain = new TalonSRX_DifferentialDrivetrain(