mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[wpilib] Rename EdgeConfiguration constants to all caps
This commit is contained in:
@@ -10,8 +10,8 @@ namespace wpi {
|
||||
*/
|
||||
enum class EdgeConfiguration {
|
||||
/// Rising edge configuration.
|
||||
kRisingEdge = 0,
|
||||
RISING_EDGE = 0,
|
||||
/// Falling edge configuration.
|
||||
kFallingEdge = 1,
|
||||
FALLING_EDGE = 1,
|
||||
};
|
||||
} // namespace wpi
|
||||
|
||||
Reference in New Issue
Block a user