From dc854f8d10b47304858dc6f43b20a4efffbb175f Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Mon, 9 Jan 2017 15:39:26 -0800 Subject: [PATCH] Fix a typo that was causing two index values to be commented out. Test: not commented out anymore Change-Id: I7de32fabe51501317613524aa8a9ff138fe4aa6e --- vehicle/2.0/types.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vehicle/2.0/types.hal b/vehicle/2.0/types.hal index 52a6aceb08..bb83c8a481 100644 --- a/vehicle/2.0/types.hal +++ b/vehicle/2.0/types.hal @@ -2745,7 +2745,7 @@ enum Obd2IntegerSensorIndex : int32_t { * tests are available and whether they are complete. The semantics of the individual * bits in this value are given by, respectively, SparkIgnitionMonitors and * CompressionIgnitionMonitors depending on the value of IGNITION_MONITORS_SUPPORTED. - /* + */ IGNITION_SPECIFIC_MONITORS = 3, INTAKE_AIR_TEMPERATURE = 4,