Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
a
  • Loading branch information
kirbt committed Jan 18, 2024
1 parent 74915be commit 1eb4128
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
9 changes: 0 additions & 9 deletions src/main/java/frc/team2412/robot/Hardware.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,12 @@ public class Hardware {

// drive devices [1 - 19]


// cameras


// climb [20 - 29]



// shooter [30 - 39]



// intake [40 - 49]




}
5 changes: 1 addition & 4 deletions src/main/java/frc/team2412/robot/Subsystems.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ public static class SubsystemConstants {
public static final boolean CLIMB_ENABLED = false;
public static final boolean SHOOTER_ENBABLED = false;
public static final boolean INTAKE_ENABLED = false;

}



public Subsystems() {
// initialize subsystems here (wow thats wild)

}
}

0 comments on commit 1eb4128

Please sign in to comment.