Skip to content

Commit

Permalink
Fixing Figure 16 diagram
Browse files Browse the repository at this point in the history
Figure 16 Standard portion of mie diagram was incorrect.  Fixed missing MEIE bit.
  • Loading branch information
wmat committed Mar 15, 2024
1 parent cdb6687 commit 10f7b78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/images/bytefield/miereg-standard.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
(draw-box "0" {:span 2})
(draw-box (text "LCOFIE" {:font-size 10}) {:span 1})
(draw-box "0" {:span 1})
(draw-box "MEIE" {:span 1})
(draw-box "0" {:span 1})
(draw-box "SEIE" {:span 1})
(draw-box "0" {:span 1})
(draw-box "MTIE" {:span 1})
Expand All @@ -36,4 +38,5 @@
(draw-box "1" {:span 1 :borders {}})
(draw-box "1" {:span 1 :borders {}})
(draw-box "1" {:span 1 :borders {}})
(draw-box "1" {:span 1 :borders {}})
----

0 comments on commit 10f7b78

Please sign in to comment.