Merge "Add USB serial port option. Uses kUSB for ALSR3"

This commit is contained in:
Brad Miller (WPI)
2014-12-14 07:05:52 -08:00
committed by Gerrit Code Review
3 changed files with 6 additions and 3 deletions

View File

@@ -36,7 +36,8 @@ public class SerialPort {
public enum Port {
kOnboard(0),
kMXP(1);
kMXP(1),
kUSB(2);
private int value;