Skip to content

Commit c3e9ef2

Browse files
committed
add USB as a Port.Type
1 parent 1bde950 commit c3e9ef2

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/usfirst/frc/team69/util/port

1 file changed

+1
-1
lines changed

src/main/java/org/usfirst/frc/team69/util/port/Port.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
*/
2525
public enum Type {
26-
PWM, DIO, ANALOG, RELAY, PCM, CAN
26+
PWM, DIO, ANALOG, RELAY, PCM, CAN, USB
2727
}
2828

2929
/**

0 commit comments

Comments
 (0)