summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Gatti <a.gatti@frob.it>2025-02-14 00:40:22 +0100
committerDamien George <damien@micropython.org>2025-02-23 17:31:13 +1100
commit6425c9ecc746eec797f7ba9a37d803244f7d2192 (patch)
treeb3e385f21d6865a1f20640676c013c70a02fce56
parent1034b17558b108b65aca480d3b5b8f933e128369 (diff)
esp32: Remove unneeded "memory.h" header file.
This commit removes "memory.h" from the ESP32 port tree, as it is no longer needed with recent ESP-IDF versions. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
-rw-r--r--ports/esp32/memory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/esp32/memory.h b/ports/esp32/memory.h
deleted file mode 100644
index 1f07fe409..000000000
--- a/ports/esp32/memory.h
+++ /dev/null
@@ -1,2 +0,0 @@
-// this is needed for lib/crypto-algorithms/sha256.c
-#include <string.h>