mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpilibj] Fix warnings that are not unused variables or deprecation (#3161)
Fix all warnings given by intellisense that are not unused variables or deprecation.
This commit is contained in:
@@ -14,7 +14,7 @@ import edu.wpi.first.wpilibj.command.Subsystem;
|
||||
* The Collector subsystem has one motor for the rollers, a limit switch for ball detection, a
|
||||
* piston for opening and closing the claw, and a reed switch to check if the piston is open.
|
||||
*/
|
||||
public class Collector extends Subsystem implements AutoCloseable {
|
||||
public class Collector extends Subsystem {
|
||||
// Constants for some useful speeds
|
||||
public static final double kForward = 1;
|
||||
public static final double kStop = 0;
|
||||
|
||||
Reference in New Issue
Block a user