Merge "VHAL: fix CTS CarPropertyManagerTest#testRegisterCallback"

This commit is contained in:
Kai Wang
2020-01-16 00:36:36 +00:00
committed by Gerrit Code Review

View File

@@ -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,
},