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

Commit 24148274 authored by Kai Wang's avatar Kai Wang Committed by Gerrit Code Review
Browse files

Merge "VHAL: fix CTS CarPropertyManagerTest#testRegisterCallback"

parents ba60e1fa 70e33216
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ const ConfigDeclaration kVehicleProperties[]{
                 {
                         .prop = toInt(VehicleProperty::PERF_VEHICLE_SPEED),
                         .access = VehiclePropertyAccess::READ,
                         .changeMode = VehiclePropertyChangeMode::ON_CHANGE,
                         .changeMode = VehiclePropertyChangeMode::CONTINUOUS,
                         .minSampleRate = 1.0f,
                         .maxSampleRate = 10.0f,
                 },