Skip to content

Commit d1e541e

Browse files
committed
state rejection reason on can
1 parent 1bffad7 commit d1e541e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

cangen/can-messages/mpu.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@
8888
]
8989
}
9090
},
91+
{
92+
"size": 8,
93+
"sim": {
94+
"min": 0,
95+
"max": 256,
96+
"inc_min": 1,
97+
"inc_max": 256
98+
}
99+
},
91100
{
92101
"size": 4,
93102
"parse": false
@@ -133,6 +142,11 @@
133142
"name": "MPU/State/LaunchControl",
134143
"unit": "",
135144
"values": [8]
145+
},
146+
{
147+
"name": "MPU/State/TransitionError",
148+
"unit": "",
149+
"values": [9]
136150
}
137151
],
138152
"clients": [

0 commit comments

Comments
 (0)