Skip to content

Commit

Permalink
Update RobotContainer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Advay17 committed Oct 6, 2024
1 parent f3e11fd commit 276ea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private void configureButtonBindings() {
* @return the command to run in autonomous
*/
public Command getAutonomousCommand() {
// An ExampleCommand will run in autonomous
// The following command will run during autonomous
return null;
}
}

0 comments on commit 276ea6d

Please sign in to comment.