Open AndrewLester opened 3 years ago
Remove the blank constructor from the DriveSubsystem class.
https://github.com/frc1418/2020-offseason/blob/5de765d0413f945fc0e3a296d02d386738cb095d/src/main/java/frc/robot/subsystems/DriveSubsystem.java#L32
The call to super is automatic
I will say if this constructor is blank, you should just get rid of it
Remove the blank constructor from the DriveSubsystem class.
https://github.com/frc1418/2020-offseason/blob/5de765d0413f945fc0e3a296d02d386738cb095d/src/main/java/frc/robot/subsystems/DriveSubsystem.java#L32