From 820b261c07d588af1f3153ffb52f1720e89bca99 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 19 Apr 2021 08:55:57 +0200 Subject: [PATCH] Fix bug with Berry PSRAM --- lib/libesp32/Berry/default/berry_conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libesp32/Berry/default/berry_conf.h b/lib/libesp32/Berry/default/berry_conf.h index a92588f4a..9f61edd70 100644 --- a/lib/libesp32/Berry/default/berry_conf.h +++ b/lib/libesp32/Berry/default/berry_conf.h @@ -179,8 +179,8 @@ extern "C" { #ifdef __cplusplus } #endif - #define BE_EXPLICIT_MALLOC special_malloc - #define BE_EXPLICIT_REALLOC special_realloc + #define BE_EXPLICIT_MALLOC berry_malloc + #define BE_EXPLICIT_REALLOC berry_realloc #else #define BE_EXPLICIT_MALLOC malloc #define BE_EXPLICIT_REALLOC realloc