From b355bf38e64bc395df63a791804dc323ee5e836d Mon Sep 17 00:00:00 2001 From: Grace Cheng Date: Thu, 8 Aug 2019 12:50:38 -0700 Subject: [PATCH] Fixes typo. Test: python vhal_const_generate.py Change-Id: I9b38313424a0e486698001a72a5c58162adfa35e --- automotive/vehicle/2.0/types.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal index 6232dd56da..955283e598 100644 --- a/automotive/vehicle/2.0/types.hal +++ b/automotive/vehicle/2.0/types.hal @@ -2478,7 +2478,7 @@ enum VehicleHvacFanDirection : int32_t { /** * FACE_AND_FLOOR = FACE | FLOOR */ - FACE_AND_FLOOR = 0X3, + FACE_AND_FLOOR = 0x3, DEFROST = 0x4, /** * DEFROST_AND_FLOOR = DEFROST | FLOOR