mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
heap_trace: unify API to pass caps param to heap_trace_dump()
This commit is contained in:
@@ -79,12 +79,7 @@ void heap_trace_dump(void)
|
||||
return;
|
||||
}
|
||||
|
||||
void heap_trace_dump_internal_ram(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void heap_trace_dump_psram(void)
|
||||
void heap_trace_dump_caps(__attribute__((unused)) const uint32_t caps)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user