Skip to content

Commit

Permalink
fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorAtomicManiac committed Mar 9, 2024
1 parent f1a867a commit 892ec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/carlmontrobotics/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private void setDefaultCommands() {
// ));

arm.setDefaultCommand(new ArmTeleop(arm,
() -> ProcessedAxisValue(manipulatorController, Axis.kLeftY);
() -> ProcessedAxisValue(manipulatorController, Axis.kLeftY)));
}

private void setBindingsDriver() {
Expand Down

0 comments on commit 892ec7c

Please sign in to comment.