Skip to content

Commit

Permalink
May or may not be needed
Browse files Browse the repository at this point in the history
  • Loading branch information
JediScoy committed Mar 28, 2024
1 parent dff06cc commit 776b692
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/subsystems/ArmSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class ArmSubsystem extends SubsystemBase {
public ArmSubsystem() {

// Initialize the motor in the constructor with the motor ID and optional canbus
// ID
m_arm = new TalonFX(Constants.CANIDs.ARM_ID);

/*
Expand Down
Empty file.

0 comments on commit 776b692

Please sign in to comment.