From 43adad311680e2e3f9ff7ecb3745fef1b36e4266 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Mon, 14 Oct 2019 17:30:30 -0700 Subject: [PATCH] fix WARNING_INDICATOR_REQUESTED name --- python/uds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/uds.py b/python/uds.py index 5081b9dd2b4d45..5acfb459575196 100644 --- a/python/uds.py +++ b/python/uds.py @@ -183,7 +183,7 @@ class DTC_STATUS_MASK_TYPE(IntEnum): TEST_NOT_COMPLETED_SINCE_LAST_CLEAR = 0x10 TEST_FAILED_SINCE_LAST_CLEAR = 0x20 TEST_NOT_COMPLETED_THIS_OPERATION_CYCLE = 0x40 - WARNING_INDICATOR_uds_requestED = 0x80 + WARNING_INDICATOR_REQUESTED = 0x80 ALL = 0xFF class DTC_SEVERITY_MASK_TYPE(IntEnum):