fix WARNING_INDICATOR_REQUESTED name

master
Greg Hogan 2019-10-14 17:30:30 -07:00
parent 9c857da379
commit 43adad3116
1 changed files with 1 additions and 1 deletions

View File

@ -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):