From c9e720b367c3dee73876b3c55c4004d251c3556d Mon Sep 17 00:00:00 2001 From: Jordan Jozwiak Date: Wed, 11 Nov 2020 18:44:08 -0800 Subject: [PATCH] Use a better RANGE_REMAINING default Test: adb shell cmd car_service get-property-value | grep 0x11600308 Bug: 173114224 Change-Id: Ice9a53b57e79a0166602249b5be9e3bcb03371ec --- automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h b/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h index cf1840499c..dec2d8cb78 100644 --- a/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +++ b/automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h @@ -417,7 +417,7 @@ const ConfigDeclaration kVehicleProperties[]{ .minSampleRate = 1.0f, .maxSampleRate = 2.0f, }, - .initialValue = {.floatValues = {100.0f}}}, // units in meters + .initialValue = {.floatValues = {50000.0f}}}, // units in meters {.config = {