Skip to content

Commit

Permalink
test pre-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlesis committed Feb 24, 2024
1 parent a2a04bb commit 94b1892
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/java/frc/robot/IO.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ public final class IO {
public static final JoystickButton rightJoystick_button7 = new JoystickButton(leftJoystick, 7);
public static final JoystickButton rightJoystick_button8 = new JoystickButton(leftJoystick, 8);
public static final JoystickButton rightJoystick_button9 = new JoystickButton(leftJoystick, 9);
public static final JoystickButton rightJoystick_button10 =
new JoystickButton(leftJoystick, 10);
public static final JoystickButton rightJoystick_button11 =
new JoystickButton(leftJoystick, 11);
public static final JoystickButton rightJoystick_button10 = new JoystickButton(leftJoystick, 10);
public static final JoystickButton rightJoystick_button11 = new JoystickButton(leftJoystick, 11);

// Xbox buttons
public static final JoystickButton manipulatorXbox_A =
Expand Down

0 comments on commit 94b1892

Please sign in to comment.