This commit is contained in:
2024-11-29 12:06:53 -05:00
parent be5abb84bd
commit 1cd730c588
2 changed files with 16 additions and 16 deletions

View File

@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.Subsystems;
/*package frc.robot.Subsystems;
import java.io.File;
import java.io.IOException;
import com.ctre.phoenix6.hardware.Pigeon2;
@ -45,4 +45,4 @@ public class Drive extends SubsystemBase {
public void periodic() {
// This method will be called once per scheduler run
}
}
}*/