Skip to content

Commit

Permalink
Fixed an inconsistency in one of the characteristics
Browse files Browse the repository at this point in the history
  • Loading branch information
r00li committed Dec 25, 2018
1 parent 32c7b14 commit e37d3a9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
<Format>8bit</Format>
<BitField>
<Bit index="0" size="1" name="Input 1">
<Format>boolean</Format>
<Enumerations>
<Enumeration key="0" value="false"/>
<Enumeration key="1" value="true"/>
</Enumerations>
</Bit>
<Bit index="1" size="1" name="Input 2">
<Enumerations>
Expand Down

0 comments on commit e37d3a9

Please sign in to comment.