Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88647921 authored by Enrico Granata's avatar Enrico Granata
Browse files

Fix a typo in one of the OBD2 ignition monitors

Test: build
Bug: 64024685
Change-Id: Iab438e53ef71e61a4f58af48171bb0151a602fd6
parent a732c00f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,