Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 417865dc authored by shrikar's avatar shrikar Committed by Shrikar Amirisetty
Browse files

Made default units consistent in deprecated DefaultConfig.h

Bug: 259879204
Test: Presubmit
Change-Id: Ic03687406d5a8860717da6f0d871df967dafce81
parent e322bf77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ const ConfigDeclaration kVehicleProperties[]{
                                         (int)VehicleUnit::MILES_PER_HOUR,
                                         (int)VehicleUnit::KILOMETERS_PER_HOUR},
                 },
         .initialValue = {.int32Values = {(int)VehicleUnit::KILOMETERS_PER_HOUR}}},
         .initialValue = {.int32Values = {(int)VehicleUnit::MILES_PER_HOUR}}},

        {.config =
                 {
@@ -379,7 +379,7 @@ const 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 =
                 {