circuitpython/shared-module/struct
Scott Shawcroft 5ccd5dc08b
Fix struct.pack with padding bytes
It used to validate the following arg could fit in a single byte.
Now, it always uses zero to pad.
2021-04-16 12:39:23 -07:00
..
__init__.c Fix struct.pack with padding bytes 2021-04-16 12:39:23 -07:00
__init__.h CircuitPython now has struct instead of ustruct (#302) 2017-10-18 12:50:20 -07:00