Skip to content

Commit 11c637c

Browse files
put field
1 parent 9afcee7 commit 11c637c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/carlmontrobotics/subsystems/Drivetrain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public Drivetrain() {
220220

221221
}
222222

223-
// SmartDashboard.putData("Field", field);
223+
SmartDashboard.putData("Field", field);
224224

225225
// for(CANSparkMax driveMotor : driveMotors)
226226
// driveMotor.setSmartCurrentLimit(80);

0 commit comments

Comments
 (0)