Consistency

This commit is contained in:
thenetworkgrinch
2024-06-14 12:58:48 -05:00
parent 073ba711e0
commit a64d1d3215
110 changed files with 226 additions and 226 deletions

View File

@@ -81,7 +81,7 @@ public class SwerveModule
/**
* Module number for kinematics, usually 0 to 3. front left -> front right -> back left -> back right.
*/
public int moduleNumber;
public final int moduleNumber;
/**
* Maximum speed of the drive motors in meters per second.
*/