Skip to content

Commit

Permalink
commented stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Advay17 committed Sep 21, 2024
1 parent 53c118c commit 6469e53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/java/frc/robot/subsystems/XRPDrivetrain.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,13 @@ public void periodic() {
public void simulationPeriodic() {
// This method will be called once per scheduler run during simulation
}
// @Override
// public void periodic() {
// // This method will be called once per scheduler run
// }

// @Override
// public void simulationPeriodic() {
// // This method will be called once per scheduler run during simulation
// }
}

0 comments on commit 6469e53

Please sign in to comment.