diff options
author | Damien George <damien.p.george@gmail.com> | 2017-04-28 22:07:14 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-04-28 22:07:14 +1000 |
commit | 49de9b68d2fc15445f78afc6a3e12e1ab61918a5 (patch) | |
tree | 5809afafcf40bf46a381157a1c33e56a457c015f /qemu-arm/memory.h | |
parent | 11a962099ea8735227623443c62c0248b98e4805 (diff) | |
download | micropython-49de9b68d2fc15445f78afc6a3e12e1ab61918a5.tar.gz micropython-49de9b68d2fc15445f78afc6a3e12e1ab61918a5.zip |
qemu-arm, stmhal: Remove dummy memory.h since it's no longer needed.
extmod/crypto-algorithms/sha256.c was recently fixed so that it didn't
include this header.
Diffstat (limited to 'qemu-arm/memory.h')
-rw-r--r-- | qemu-arm/memory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-arm/memory.h b/qemu-arm/memory.h deleted file mode 100644 index f3777b0e39..0000000000 --- a/qemu-arm/memory.h +++ /dev/null @@ -1,2 +0,0 @@ -// this is needed for extmod/crypto-algorithms/sha256.c -#include <string.h> |