Skip to content

Commit

Permalink
fix WARNING_INDICATOR_REQUESTED name
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjhogan committed Oct 15, 2019
1 parent 9c857da commit 43adad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/uds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 43adad3

Please sign in to comment.