Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 4b264d9

Browse files
Solve merge conflict
1 parent 6aea4a4 commit 4b264d9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/frc/robot/Constants.java

-7
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
* constants are needed, to reduce verbosity.
1414
*/
1515
public final class Constants {
16-
<<<<<<< HEAD
17-
public final int rightMotor1=2;
18-
public final int rightMotor2=3;
19-
public final int leftMotor1=5
20-
21-
=======
2216
// Hardware CAN IDs
2317
public class HardwareConstants {
2418
public static final int powerDistribution = 2;
@@ -53,5 +47,4 @@ public class ControllersConstants {
5347
public static final int pistonButtonOpen = 1;
5448
public static final int pistonButtonClose = 2;
5549
}
56-
>>>>>>> 653a22f7e8bda1dc43939c83c9b25e15344335e1
5750
}

0 commit comments

Comments
 (0)