Skip to content

Commit

Permalink
feat: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilSimon committed Sep 13, 2024
2 parents 4d106f3 + 78f1e1a commit 05771a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static class SwerveModuleHW {
public final TalonFX driveMotor;
public final TalonFX turnMotor;
public final CANcoder cancoder;

private SwerveModuleHW(int id, SwerveCorner corner, String canbus) {
if (id < 1 || id > 9) {
throw new IllegalArgumentException("Swerve module id must be between 1 and 9");
Expand Down

0 comments on commit 05771a7

Please sign in to comment.