[hal,wpilib] Rename DriverStation constants to all caps

This commit is contained in:
Peter Johnson
2026-03-13 01:04:29 -07:00
parent 614eb1db18
commit 227f01f3bd
51 changed files with 555 additions and 550 deletions

View File

@@ -17,7 +17,7 @@ import org.wpilib.simulation.DriverStationSim;
class MatchInfoDataTest {
@Test
void testSetMatchInfo() {
MatchType matchType = MatchType.Qualification;
MatchType matchType = MatchType.QUALIFICATION;
DriverStationDataJNI.setMatchInfo("Event Name", 174, 191, matchType.ordinal());
DriverStationSim.notifyNewData();