Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
keckothedragon committed Jun 5, 2024
1 parent 6b51caf commit 65e89d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private void configureSubsystems() {
m_led = new Led(Ports.kLed, 20);
}

m_robotState = RobotState.startInstance(m_drive, m_shooter, m_indexer, m_intake, m_led);
m_robotState = RobotState.startInstance(m_drive, m_shooter, m_indexer, m_intake, m_led);

m_robotState.resetSetpoints();
}
Expand All @@ -145,7 +145,6 @@ private void configureControllers() {
} else {
m_driverControls = new DriverControlsXbox(1);
}
m_driverControls = new DriverControlsXbox(1); // TODO: remove after testing
}

private void configureButtonBindings() {
Expand Down

0 comments on commit 65e89d6

Please sign in to comment.