Skip to content
Snippets Groups Projects
Select Git revision
  • a14ce77b28146526661c79c89b2e6ff6837c2bb0
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

py

user avatar
Bas van Sisseren authored and Damien George committed
Without bugfix:

    struct.pack('>Q', 16)
    b'\x00\x00\x00\x10\x00\x00\x00\x00'

With bugfix:

    struct.pack('>Q', 16)
    b'\x00\x00\x00\x00\x00\x00\x00\x10'
a14ce77b
History
Name Last commit Last update
..