You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File: src/main/java/frc/robot/RobotContainer.java Problem:
Line 34 shows public final shooter shooter = new shooter(); but should read public Shooter shooter = new Shooter();
The text was updated successfully, but these errors were encountered:
File: src/main/java/frc/robot/RobotContainer.java
Problem:
Line 34 shows
public final shooter shooter = new shooter();
but should readpublic Shooter shooter = new Shooter();
The text was updated successfully, but these errors were encountered: