Adding a missed VictorSPIO change
This commit is contained in:
@@ -36,7 +36,7 @@ public class VictorSPIO extends MotorControllerIO implements PWMFollowableMotor{
|
||||
motor.set(controlValue);
|
||||
break;
|
||||
default:
|
||||
throw new UnsupportedOperationException("VictorSPIO does not supported ControlType " + type.name());
|
||||
throw new UnsupportedOperationException("VictorSPIO does not support ControlType " + type.name());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user