increase memory for mem2 manager

This commit is contained in:
Daryl Borth 2018-08-27 10:04:33 -06:00
parent 85217f4c0d
commit 13e16c3246

View File

@ -19,7 +19,7 @@ static heap_cntrl mem2_heap;
u32 InitMem2Manager ()
{
int size = (36*1024*1024);
int size = (42*1024*1024);
u32 level;
_CPU_ISR_Disable(level);
size &= ~0x1f; // round down, because otherwise we may exceed the area