mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Clean up unit UDL usage (#6961)
This commit is contained in:
@@ -264,7 +264,7 @@ void PneumaticsControlModule::UnreserveCompressor() {
|
||||
}
|
||||
|
||||
units::volt_t PneumaticsControlModule::GetAnalogVoltage(int channel) const {
|
||||
return units::volt_t{0};
|
||||
return 0_V;
|
||||
}
|
||||
|
||||
units::pounds_per_square_inch_t PneumaticsControlModule::GetPressure(
|
||||
|
||||
Reference in New Issue
Block a user