[hal,wpilib] Rename PowerDistribution constants to all caps

This commit is contained in:
Peter Johnson
2026-03-14 12:01:16 -07:00
parent 261a0ebbd7
commit c18f811ea7
10 changed files with 38 additions and 39 deletions

View File

@@ -15,7 +15,7 @@ class PowerDistributionTest {
@Test
void testGetAllCurrents() {
HAL.initialize(500, 0);
PowerDistribution pdp = new PowerDistribution(0, 1, ModuleType.kRev);
PowerDistribution pdp = new PowerDistribution(0, 1, ModuleType.REV);
PDPSim sim = new PDPSim(pdp);
for (int i = 0; i < pdp.getNumChannels(); i++) {