mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Fix bug with Berry PSRAM
This commit is contained in:
parent
bd60b9b602
commit
820b261c07
@ -179,8 +179,8 @@ extern "C" {
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#define BE_EXPLICIT_MALLOC special_malloc
|
#define BE_EXPLICIT_MALLOC berry_malloc
|
||||||
#define BE_EXPLICIT_REALLOC special_realloc
|
#define BE_EXPLICIT_REALLOC berry_realloc
|
||||||
#else
|
#else
|
||||||
#define BE_EXPLICIT_MALLOC malloc
|
#define BE_EXPLICIT_MALLOC malloc
|
||||||
#define BE_EXPLICIT_REALLOC realloc
|
#define BE_EXPLICIT_REALLOC realloc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user