mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Increase the number of joystick ports to 6.
Change-Id: I18a29a3a8c8f38b3b21c3e76eead3526b9d02875
This commit is contained in:
committed by
Brad Miller
parent
003dc0dc2b
commit
c58fde19f9
@@ -29,7 +29,7 @@ public class DriverStation implements RobotState.Interface {
|
||||
/**
|
||||
* Number of Joystick Ports
|
||||
*/
|
||||
public static final int kJoystickPorts = 4;
|
||||
public static final int kJoystickPorts = 6;
|
||||
/**
|
||||
* Convert from raw values to volts
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user