Skip to content

Commit

Permalink
rahh
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenTomato5 committed Nov 1, 2024
1 parent 2c2e5cf commit 1e16aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public void autonomousPeriodic() {
@Override
public void teleopInit() {
System.out.println("TELE ENABLED");
int hehe;
TalonFX lala = new TalonFX(hehe);
// int hehe;
// TalonFX lala = new TalonFX(hehe);
}

@Override
Expand Down

0 comments on commit 1e16aaf

Please sign in to comment.