Skip to content

Commit

Permalink
Uncomment jetson
Browse files Browse the repository at this point in the history
  • Loading branch information
ky28059 committed Apr 6, 2022
1 parent 9db5f24 commit 1dde889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class RobotContainer {
private final InternalSubsystem internalSubsystem;
private final ClimbSubsystem climbSubsystem;

private final JetsonConnection jetson = null;
private final JetsonConnection jetson;
private final PowerController powerController;

// Controllers and buttons
Expand Down

0 comments on commit 1dde889

Please sign in to comment.