mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Add USB serial port option. Uses kUSB for ALSR3
Change-Id: Ie43fa14fff6aa2f332d3ebacfba099984f8b4eb7
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