Skip to content

Commit ac6bc44

Browse files
committed
fix null io
Signed-off-by: Dasun Abeykoon <[email protected]>
1 parent 469f051 commit ac6bc44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/frc6423/robot/subsystems/arm/ArmIONone.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ public double getPivotStatorCurrentAmps() {
2626
return 0.0;
2727
}
2828

29+
@Override
30+
public double getRollerSpeedRpm() {
31+
return 0.0;
32+
}
33+
2934
@Override
3035
public double getRollerStatorCurrentAmps() {
3136
return 0.0;

0 commit comments

Comments
 (0)