mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_ESP32: removed heap APIs
This commit is contained in:
parent
919c0817f4
commit
cad53d748a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user