Skip to content

Commit 170d649

Browse files
author
Noah Gleason
committed
Fix typo.
1 parent 5ce6457 commit 170d649

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RoboRIO/src/main/java/org/usfirst/frc/team449/robot/components/RotPerSecCANTalonSRX.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ public RotPerSecCANTalonSRX(RotPerSecCANTalonSRXMap.RotPerSecCANTalonSRX map) {
121121
canTalon.EnableCurrentLimit(false);
122122
}
123123

124-
slaves = new ArrayList<>();
125-
126124
//Set up slaves.
127125
for (MotorMap.Motor slave : map.getSlaveList()) {
128126
CANTalon tmp = new CANTalon(slave.getPort());

0 commit comments

Comments
 (0)