Skip to content

Commit 2012ebf

Browse files
committed
Fixed bug with a duplicate ID in hash for errors
Signed-off-by: Craig Smith <[email protected]>
1 parent 406051a commit 2012ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rex/post/hwbridge/extensions/automotive/uds_errors.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ module UDSErrors
100100
"RCRRP" => "Request Correctly Received, but Response is Pending",
101101
"SFNSIAS" => "Sub-Function Not Supoorted In Active Session",
102102
"SNSIAS" => "Service Not Supported In Active Session",
103-
"RTH" => "RPM Too High",
104-
"RTL" => "RPM Too Low",
103+
"RPMTH" => "RPM Too High",
104+
"RPMTL" => "RPM Too Low",
105105
"EIR" => "Engine is Running",
106106
"EINR" => "Engine is not Running",
107107
"ERTTL" => "Engine Run Time Too Low",

0 commit comments

Comments
 (0)