mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[wpilib] Rename PneumaticsModuleType constants
This commit is contained in:
@@ -10,8 +10,8 @@ namespace wpi {
|
||||
*/
|
||||
enum class PneumaticsModuleType {
|
||||
/// CTRE PCM.
|
||||
CTREPCM,
|
||||
CTRE_PCM,
|
||||
/// REV PH.
|
||||
REVPH
|
||||
REV_PH
|
||||
};
|
||||
} // namespace wpi
|
||||
|
||||
Reference in New Issue
Block a user