Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 34a6e0e

Browse files
committed
remember to save before committing kids
1 parent 9c918c6 commit 34a6e0e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Robot2018/src/org/usfirst/frc/team199/Robot2018/subsystems/Drivetrain.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,13 @@ public void shiftGears(boolean highGear) {
232232
public void shiftGearSolenoidOff() {
233233
dtGear.set(DoubleSolenoid.Value.kOff);
234234
}
235-
<<<<<<< HEAD
236235
/**
237236
* Returns the gyroscope
238237
* @return the gyroscope
239238
*/
240239
public AHRS getGyro() {
241240
return fancyGyro;
242-
=======
243-
241+
}
244242
/**
245243
* Reset the kf constants for both VelocityPIDControllers based on current DT
246244
* gearing (high or low gear).
@@ -270,6 +268,5 @@ public double getCurrentMaxSpeed() {
270268
} else {
271269
return Robot.getConst("Max Low Speed", 84);
272270
}
273-
>>>>>>> upstream/master
274271
}
275272
}

0 commit comments

Comments
 (0)