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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/mkhord.py

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