OSDN Git Service

Fix a typo that was causing two index values to be commented out.
authorEnrico Granata <egranata@google.com>
Mon, 9 Jan 2017 23:39:26 +0000 (15:39 -0800)
committerEnrico Granata <egranata@google.com>
Mon, 9 Jan 2017 23:39:26 +0000 (15:39 -0800)
Test: not commented out anymore
Change-Id: I7de32fabe51501317613524aa8a9ff138fe4aa6e

vehicle/2.0/types.hal

index 52a6ace..bb83c8a 100644 (file)
@@ -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,