Merge "Fix a typo in one of the OBD2 ignition monitors" into oc-mr1-dev am: 72c691df3c

am: 8e5a8d5d0d

Change-Id: I2c337ece79875ffef70e672b907225063e0280cb
This commit is contained in:
Enrico Granata 2017-08-03 22:10:23 +00:00 committed by android-build-merger
commit ffb1bbbae2

View file

@ -323,7 +323,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,