Increase the number of joystick ports to 6.

Change-Id: I18a29a3a8c8f38b3b21c3e76eead3526b9d02875
This commit is contained in:
Peter Johnson
2014-10-23 23:57:35 -07:00
committed by Brad Miller
parent 003dc0dc2b
commit c58fde19f9
2 changed files with 2 additions and 2 deletions

View File

@@ -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
*/