Adding a missed VictorSPIO change

This commit is contained in:
2026-03-11 14:28:27 -04:00
parent 2973b0f366
commit b207efa31e

View File

@@ -36,7 +36,7 @@ public class VictorSPIO extends MotorControllerIO implements PWMFollowableMotor{
motor.set(controlValue); motor.set(controlValue);
break; break;
default: default:
throw new UnsupportedOperationException("VictorSPIO does not supported ControlType " + type.name()); throw new UnsupportedOperationException("VictorSPIO does not support ControlType " + type.name());
} }
} }