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>
This commit is contained in:
Alessandro Gatti 2025-02-14 00:40:22 +01:00 committed by Damien George
parent 1034b17558
commit 6425c9ecc7

View file

@ -1,2 +0,0 @@
// this is needed for lib/crypto-algorithms/sha256.c
#include <string.h>