From 8864792125eecc79797af3dc7b1a2fb28676b7ba Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Tue, 1 Aug 2017 16:58:51 -0700 Subject: [PATCH] Fix a typo in one of the OBD2 ignition monitors Test: build Bug: 64024685 Change-Id: Iab438e53ef71e61a4f58af48171bb0151a602fd6 --- automotive/vehicle/2.1/types.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive/vehicle/2.1/types.hal b/automotive/vehicle/2.1/types.hal index e5f94113a3..3cd2cdfab3 100644 --- a/automotive/vehicle/2.1/types.hal +++ b/automotive/vehicle/2.1/types.hal @@ -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,