From 8cbf1aae08acbd2e9bf00b4c032dccde0eca1028 Mon Sep 17 00:00:00 2001 From: Jordan Jozwiak Date: Tue, 20 Nov 2018 12:32:53 -0800 Subject: [PATCH] Update HVAC_POWER_ON config array to correct values Bug: 119687687 Test: Build and install. Exempt-From-Owner-Approval: Trivial change. Updating old int value. Change-Id: Idf3c89f330303b79a2ddfd336402546ccae31f16 (cherry picked from commit 005ec2d45418c190391a1ad17fba3e8bd64e3198) --- automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 5007a6d0e3..7909ac1d91 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 @@ -381,8 +381,8 @@ const ConfigDeclaration kVehicleProperties[]{ // kHvacPowerProperties. .configArray = { - 0x12400500, // HVAC_FAN_SPEED - 0x12400501 // HVAC_FAN_DIRECTION + toInt(VehicleProperty::HVAC_FAN_SPEED), + toInt(VehicleProperty::HVAC_FAN_DIRECTION) }}, .initialValue = {.int32Values = {1}}},