mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[wpiutil] Remove type param from ProtobufSerializable and StructSerializable (#6122)
This commit is contained in:
@@ -11,7 +11,7 @@ import edu.wpi.first.util.protobuf.ProtobufSerializable;
|
||||
import edu.wpi.first.util.struct.StructSerializable;
|
||||
|
||||
/** Holds the constants for a DC motor. */
|
||||
public class DCMotor implements ProtobufSerializable<DCMotor>, StructSerializable<DCMotor> {
|
||||
public class DCMotor implements ProtobufSerializable, StructSerializable {
|
||||
public final double nominalVoltageVolts;
|
||||
public final double stallTorqueNewtonMeters;
|
||||
public final double stallCurrentAmps;
|
||||
|
||||
Reference in New Issue
Block a user