mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Merge "Change default units to be consistent in tm-qpr-dev/DefaultConfig.h" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
53cb2459e8
@@ -177,7 +177,7 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||
toInt(VehicleUnit::MILES_PER_HOUR),
|
||||
toInt(VehicleUnit::KILOMETERS_PER_HOUR)},
|
||||
},
|
||||
.initialValue = {.int32Values = {toInt(VehicleUnit::KILOMETERS_PER_HOUR)}}},
|
||||
.initialValue = {.int32Values = {toInt(VehicleUnit::MILES_PER_HOUR)}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
@@ -1025,7 +1025,7 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
.configArray = {(int)VehicleUnit::LITER, (int)VehicleUnit::US_GALLON},
|
||||
},
|
||||
.initialValue = {.int32Values = {(int)VehicleUnit::LITER}}},
|
||||
.initialValue = {.int32Values = {(int)VehicleUnit::US_GALLON}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user