mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[hal,wpilib] Rename RuntimeType constants to all caps
This commit is contained in:
@@ -8,13 +8,13 @@ namespace wpi {
|
||||
/**
|
||||
* Runtime type.
|
||||
*/
|
||||
enum RuntimeType {
|
||||
enum class RuntimeType {
|
||||
/// roboRIO 1.0.
|
||||
kRoboRIO,
|
||||
ROBORIO,
|
||||
/// roboRIO 2.0.
|
||||
kRoboRIO2,
|
||||
ROBORIO_2,
|
||||
/// Simulation runtime.
|
||||
kSimulation,
|
||||
kSystemcore
|
||||
SIMULATION,
|
||||
SYSTEMCORE
|
||||
};
|
||||
} // namespace wpi
|
||||
|
||||
Reference in New Issue
Block a user