Changeset 8f2a852 in mainline for tools/mkhord.py


Ignore:
Timestamp:
2008-08-10T00:04:55Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5749372
Parents:
0516fd7
Message:

make structure definition more C-like

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/mkhord.py

    r0516fd7 r8f2a852  
    3636
    3737HEADER = """little:
    38         char[4] tag            /* 'HORD' */
     38        char tag[4]            /* 'HORD' */
    3939        uint8_t version        /* version */
    4040        uint8_t encoding       /* encoding */
Note: See TracChangeset for help on using the changeset viewer.