Changes in tools/mkhord.py [432f68a:28f4adb] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/mkhord.py

    r432f68a r28f4adb  
    8484        payload_size_aligned = align_up(payload_size, align)
    8585       
    86         header.tag = b"HORD"
     86        header.tag = "HORD"
    8787        header.version = 1
    8888        header.encoding = HORD_LSB
Note: See TracChangeset for help on using the changeset viewer.