We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b7246 commit f5cb4b4Copy full SHA for f5cb4b4
src/main/java/frc/robot/RobotMap.java
@@ -5,6 +5,7 @@
5
public class RobotMap {
6
public static class mapControllers {
7
public static final int DRIVER_USB = 0;
8
+ public static final int OPERATOR_USB = 1;
9
}
10
11
public static class mapDrivetrain {
0 commit comments