aboutsummaryrefslogtreecommitdiff
path: root/stmhal/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/memory.h')
-rw-r--r--stmhal/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/memory.h b/stmhal/memory.h
new file mode 100644
index 000000000..f3777b0e3
--- /dev/null
+++ b/stmhal/memory.h
@@ -0,0 +1,2 @@
+// this is needed for extmod/crypto-algorithms/sha256.c
+#include <string.h>