AP_HAL_ESP32: removed heap APIs

This commit is contained in:
Andrew Tridgell 2024-11-18 09:50:55 +11:00
parent f8f883baca
commit d90d46c02d
1 changed files with 1 additions and 2 deletions

View File

@ -92,9 +92,8 @@ void Util::free_type(void *ptr, size_t size, AP_HAL::Util::Memory_Type mem_type)
#if ENABLE_HEAP
/*
realloc implementation thanks to wolfssl, used by AP_Scripting
realloc implementation thanks to wolfssl, used by ExpandingString
*/
void *Util::std_realloc(void *addr, uint32_t size)
{