Fix bug with Berry PSRAM

This commit is contained in:
Stephan Hadinger 2021-04-19 08:55:57 +02:00
parent bd60b9b602
commit 820b261c07

View File

@ -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