mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[hal,wpilib] Rename REVPH compressor constants to all caps
This commit is contained in:
@@ -10,13 +10,13 @@ namespace wpi {
|
||||
*/
|
||||
enum class CompressorConfigType {
|
||||
/// Disabled.
|
||||
Disabled = 0,
|
||||
DISABLED = 0,
|
||||
/// Digital.
|
||||
Digital = 1,
|
||||
DIGITAL = 1,
|
||||
/// Analog.
|
||||
Analog = 2,
|
||||
ANALOG = 2,
|
||||
/// Hybrid.
|
||||
Hybrid = 3
|
||||
HYBRID = 3
|
||||
};
|
||||
|
||||
} // namespace wpi
|
||||
|
||||
Reference in New Issue
Block a user