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:
parent
1034b17558
commit
6425c9ecc7
1 changed files with 0 additions and 2 deletions
|
|
@ -1,2 +0,0 @@
|
|||
// this is needed for lib/crypto-algorithms/sha256.c
|
||||
#include <string.h>
|
||||
Loading…
Reference in a new issue