Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Haefele committed Feb 1, 2024
1 parent 308c934 commit c4f4cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class RobotContainer {
/** Singleton instance of {@link Intake} for the whole robot. */
public static Intake intake = new Intake();

/** Singleton instance of {@link UrMom} for the whole robot. */
public static UrMom urMom = new UrMom();

/*
Expand Down

0 comments on commit c4f4cd1

Please sign in to comment.