Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions odxtools/uds.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ class UDSSID(IntEnum):
0x85: "Control DTC Settings",
0x86: "Response on Event",
0x87: "Link Control",
0x22: "Read Data by Identifier ",
0x22: "Read Data by Identifier",
0x23: "Read Memory by Address",
0x24: "Read Scaling Data by Identifier",
0x2a: "Read Data by Periodic Identifier",
0x2c: "Dynamically Define Data Identifier",
0x2e: "Write Data by Identifier",
0x3d: "Write Memory by Address ",
0x3d: "Write Memory by Address",
0x14: "Clear Diagnostic Information",
0x19: "Read DTC Information",
0x2f: "Input Output Control by Identifier",
Expand Down
Loading