Skip to content

Commit 5bd6a7d

Browse files
fixed error for io_
1 parent 63c538b commit 5bd6a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/subsystems/grabber/GrabberSubsystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public enum GrabberStates{
3636

3737
//Constructor
3838
public GrabberSubsystem(GrabberIO io){
39-
io= io_;
39+
io_=io;
4040
ejectswitch=0;
4141
inputs_= new GrabberIOInputs();
4242
target_grabber= Rotations.of(1);

0 commit comments

Comments
 (0)