Skip to content

Commit b02eaf4

Browse files
committed
switch to correct IdleMode constant
1 parent c431245 commit b02eaf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/lib/SwerveModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public void brake() {
281281

282282
public void coast() {
283283
drive.setIdleMode(IdleMode.kCoast);
284-
turn.setIdleMode(IdleMode.kBrake);
284+
turn.setIdleMode(IdleMode.kCoast);
285285
}
286286

287287
public void setMaxTurnVelocity(double maxVel) {

0 commit comments

Comments
 (0)