mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-07-07 20:15:41 +00:00
up freertos v9.0.0
This commit is contained in:
parent
abb51466bd
commit
b882fe7efb
132 changed files with 50587 additions and 2707 deletions
|
|
@ -55,8 +55,8 @@ void tcm_heap_init(void)
|
|||
|
||||
void tcm_heap_dump(void)
|
||||
{
|
||||
if(!g_heap_inited) tcm_heap_init();
|
||||
#if CONFIG_DEBUG_LOG > 1
|
||||
if(!g_heap_inited) tcm_heap_init();
|
||||
MemChunk *chunk, *prev;
|
||||
struct Heap* h = &g_tcm_heap;
|
||||
int count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue