We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caeba4d commit 2d8510aCopy full SHA for 2d8510a
testing/dbc-examples/example.dbc
@@ -29,4 +29,4 @@ BO_ 512 Bar: 8 Ipsum
29
30
VAL_ 512 Three 0 "OFF" 1 "ON" 2 "ONER" 3 "ONEST";
31
VAL_ 512 Four 0 "Off" 1 "On" 2 "Oner" 3 "Onest";
32
-VAL_ 512 Type 0 "0Off" 1 "1On" 2 "2Oner" 3 "TYPE";
+VAL_ 512 Type 0 "0Off" 1 "1On";
testing/dbc-examples/example.kcd
@@ -65,8 +65,6 @@
65
<LabelSet>
66
<Label name="0Off" value="0"/>
67
<Label name="1On" value="1"/>
68
- <Label name="2Oner" value="2"/>
69
- <Label name="TYPE" value="3"/>
70
</LabelSet>
71
</Signal>
72
</Message>
0 commit comments