Skip to content

Commit

Permalink
Updated to Template
Browse files Browse the repository at this point in the history
  • Loading branch information
stebb1976 committed Mar 6, 2021
1 parent 2774ae9 commit ee6d02e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ private void configureButtonBindings() {
* @return the command to run in autonomous
*/
public Command getAutonomousCommand() {
<<<<<<< HEAD
//An ExampleCommand will run in autonomous
return m_shoot;
=======
return new ExampleCommand();
>>>>>>> template/master
}
}

0 comments on commit ee6d02e

Please sign in to comment.