Skip to content

Commit 6fda5da

Browse files
added required fields for codegen to button_id CAN message
1 parent 436c91d commit 6fda5da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

can-messages/wheel.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"desc": "Wheel Buttons",
55
"points": [
66
{
7-
"size": 8
7+
"size": 8,
8+
"signed": false,
9+
"name": "button_id",
10+
"c_type": "uint8_t"
811
}
912
],
1013
"fields": [

0 commit comments

Comments
 (0)