mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
heap: use ROM implementation for heap tlsf on esp32c2
This commit is contained in:
@@ -49,7 +49,7 @@ void heap_caps_enable_nonos_stack_heaps(void)
|
||||
*/
|
||||
void heap_caps_init(void)
|
||||
{
|
||||
#ifdef CONFIG_HEAP_ROM_IMPL
|
||||
#ifdef CONFIG_HEAP_TLSF_USE_ROM_IMPL
|
||||
extern void multi_heap_in_rom_init(void);
|
||||
multi_heap_in_rom_init();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user