[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

@@ -28,9 +28,9 @@ class PowerDistribution : public wpi::util::Sendable,
*/
enum class ModuleType {
/// CTRE (Cross The Road Electronics) CTRE Power Distribution Panel (PDP).
kCTRE = 1,
CTRE = 1,
/// REV Power Distribution Hub (PDH).
kRev = 2
REV = 2
};
/**