mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[wpilib] Rename DoubleSolenoid.Value constants to all caps
This commit is contained in:
@@ -29,11 +29,11 @@ class DoubleSolenoid : public wpi::util::Sendable,
|
||||
*/
|
||||
enum Value {
|
||||
/// Off position.
|
||||
kOff,
|
||||
OFF,
|
||||
/// Forward position.
|
||||
kForward,
|
||||
FORWARD,
|
||||
/// Reverse position.
|
||||
kReverse
|
||||
REVERSE
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user