micropython/stmhal/memory.h
Damien George 92f1ed8f40 stmhal: Enable uhashlib module; add heapq, hashlib weak links.
hashlib test passes on pyboard.
2014-11-27 17:54:37 +00:00

3 lines
76 B
C

// this is needed for extmod/crypto-algorithms/sha256.c
#include <string.h>