Skip to content

Doesn't deal correctly with subcolumns #143

@FFY00

Description

@FFY00
+------------+---------------+---------------+-----------+
| Byte 1     | Byte 2                        | Byte 3    |
+============+===============+===============+===========+
|            | bit 0..3      | bit 4..7      |           |
+------------+---------------+---------------+-----------+
| param1     | param2        | param3        | param4    |
+------------+---------------+---------------+-----------+

Gets transformed into

+--------+----------+----------+--------+
| Byte 1 | Byte 2   | Byte 3   |        |
+========+==========+==========+========+
|        | bit 0..3 | bit 4..7 |        |
+--------+----------+----------+--------+
| param1 | param2   | param3   | param4 |
+--------+----------+----------+--------+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions