Skip to content

Commit 1f70d1f

Browse files
TimothyNguyenJames Hagbrog
authored andcommitted
Shorten descriptions for buttons
1 parent 2bb999b commit 1f70d1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/usfirst/frc/team69/util/oi/ButtonData.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ public class ButtonData {
2323
*
2424
*/
2525
public enum Action {
26-
WHEN_PRESSED("RELEASED"),
27-
WHEN_RELEASED("PRESSED"),
28-
WHILE_HELD("HELD");
26+
WHEN_PRESSED("R"),
27+
WHEN_RELEASED("P"),
28+
WHILE_HELD("H");
2929

3030
private final String m_desc;
3131

0 commit comments

Comments
 (0)