mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fix a typo in one of the OBD2 ignition monitors" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
72c691df3c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user