summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Granata2017-01-09 17:39:26 -0600
committerEnrico Granata2017-01-09 17:39:26 -0600
commitdc854f8d10b47304858dc6f43b20a4efffbb175f (patch)
tree29a346bdfac05fc28dbdca5cece4c8a7ea9bd8e5 /vehicle
parentb5dad57d72bb00223e8d83d55ed00e6213543bdc (diff)
downloadplatform-hardware-interfaces-dc854f8d10b47304858dc6f43b20a4efffbb175f.tar.gz
platform-hardware-interfaces-dc854f8d10b47304858dc6f43b20a4efffbb175f.tar.xz
platform-hardware-interfaces-dc854f8d10b47304858dc6f43b20a4efffbb175f.zip
Fix a typo that was causing two index values to be commented out.
Test: not commented out anymore Change-Id: I7de32fabe51501317613524aa8a9ff138fe4aa6e
Diffstat (limited to 'vehicle')
-rw-r--r--vehicle/2.0/types.hal2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle/2.0/types.hal b/vehicle/2.0/types.hal
index 52a6aceb..bb83c8a4 100644
--- a/vehicle/2.0/types.hal
+++ b/vehicle/2.0/types.hal
@@ -2745,7 +2745,7 @@ enum Obd2IntegerSensorIndex : int32_t {
2745 * tests are available and whether they are complete. The semantics of the individual 2745 * tests are available and whether they are complete. The semantics of the individual
2746 * bits in this value are given by, respectively, SparkIgnitionMonitors and 2746 * bits in this value are given by, respectively, SparkIgnitionMonitors and
2747 * CompressionIgnitionMonitors depending on the value of IGNITION_MONITORS_SUPPORTED. 2747 * CompressionIgnitionMonitors depending on the value of IGNITION_MONITORS_SUPPORTED.
2748 /* 2748 */
2749 IGNITION_SPECIFIC_MONITORS = 3, 2749 IGNITION_SPECIFIC_MONITORS = 3,
2750 2750
2751 INTAKE_AIR_TEMPERATURE = 4, 2751 INTAKE_AIR_TEMPERATURE = 4,