OSDN Git Service

Fix a typo in one of the OBD2 ignition monitors
authorEnrico Granata <egranata@google.com>
Tue, 1 Aug 2017 23:58:51 +0000 (16:58 -0700)
committerEnrico Granata <egranata@google.com>
Tue, 1 Aug 2017 23:58:51 +0000 (16:58 -0700)
Test: build
Bug: 64024685
Change-Id: Iab438e53ef71e61a4f58af48171bb0151a602fd6

automotive/vehicle/2.1/types.hal

index e5f9411..3cd2cdf 100644 (file)
@@ -328,7 +328,7 @@ enum Obd2CompressionIgnitionMonitors : Obd2CommonIgnitionMonitors {
   BOOST_PRESSURE_AVAILABLE = 0x1 << 12,
   BOOST_PRESSURE_INCOMPLETE = 0x1 << 13,
 
-  NOx_SCR__AVAILABLE = 0x1 << 14,
+  NOx_SCR_AVAILABLE = 0x1 << 14,
   NOx_SCR_INCOMPLETE = 0x1 << 15,
 
   NMHC_CATALYST_AVAILABLE = 0x1 << 16,