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

Commit

Permalink
Solve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld committed Dec 15, 2023
1 parent 6aea4a4 commit 4b264d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
* constants are needed, to reduce verbosity.
*/
public final class Constants {
<<<<<<< HEAD
public final int rightMotor1=2;
public final int rightMotor2=3;
public final int leftMotor1=5

=======
// Hardware CAN IDs
public class HardwareConstants {

Check warning on line 17 in src/main/java/frc/robot/Constants.java

View workflow job for this annotation

GitHub Actions / qodana

Inner class may be 'static'

Inner class `HardwareConstants` may be 'static'
public static final int powerDistribution = 2;
Expand Down Expand Up @@ -53,5 +47,4 @@ public class ControllersConstants {
public static final int pistonButtonOpen = 1;
public static final int pistonButtonClose = 2;
}
>>>>>>> 653a22f7e8bda1dc43939c83c9b25e15344335e1
}

0 comments on commit 4b264d9

Please sign in to comment.