Skip to content

Commit

Permalink
Update RobotContainer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmine10 authored Mar 6, 2021
1 parent 1f5cf5c commit 0cad28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0cad28d

Please sign in to comment.