Skip to content

Commit

Permalink
FW-396. Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
twatteyne committed Jun 18, 2015
1 parent 2f84976 commit 979774a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT DIRECTLY!
# This file was generated automatically by GenStackDefines.py
# on Sun, 05 Oct 2014 18:39:53
# on Thu, 18 Jun 2015 23:18:40
#

components = {
Expand Down Expand Up @@ -34,11 +34,14 @@
27: "CEXAMPLE",
28: "CINFO",
29: "CLEDS",
30: "CSTORM",
31: "CWELLKNOWN",
32: "TECHO",
33: "TOHLONE",
34: "UECHO",
30: "CSENSORS",
31: "CSTORM",
32: "CWELLKNOWN",
33: "TECHO",
34: "TOHLONE",
35: "UECHO",
36: "UINJECT",
37: "RRT",
}

errorDescriptions = {
Expand Down Expand Up @@ -91,7 +94,7 @@
47: "unsupported command {0}",
48: "unknown message type {0}",
49: "wrong address type {0} (code location {1})",
50: "isBridge mismatch (code location {0})",
50: "bridge mismatch (code location {0})",
51: "header too long, length {1} (code location {0})",
52: "input length problem, length={0}",
53: "booted",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class typeComponent(openType.openType):
COMPONENT_TECHO = 0x21
COMPONENT_TOHLONE = 0x22
COMPONENT_UECHO = 0x23
COMPONENT_RRT = 0x24
COMPONENT_UINJECT = 0x24
COMPONENT_RRT = 0x25

def __init__(self):
# log
Expand Down

0 comments on commit 979774a

Please sign in to comment.