Skip to content

Commit 5e44d25

Browse files
committed
Returned optimizeBusUtilization
1 parent 1e3ed56 commit 5e44d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/trigon/hardware/phoenix6/talonfx/TalonFXMotor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public TalonFXMotor(int id, String motorName, String canbus) {
2626
this.motorIO = generateIO(id, canbus);
2727
this.motorInputs = new Phoenix6Inputs(motorName);
2828
this.id = id;
29-
// motorIO.optimizeBusUsage();
29+
motorIO.optimizeBusUsage();
3030
}
3131

3232
public void update() {

0 commit comments

Comments
 (0)