mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Merge "Add USB serial port option. Uses kUSB for ALSR3"
This commit is contained in:
@@ -36,7 +36,8 @@ public class SerialPort {
|
||||
|
||||
public enum Port {
|
||||
kOnboard(0),
|
||||
kMXP(1);
|
||||
kMXP(1),
|
||||
kUSB(2);
|
||||
|
||||
private int value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user