This commit is contained in:
forest201_cp 2013-10-23 14:46:20 +00:00
parent 697cb1292e
commit 7941736718

View file

@ -162,7 +162,9 @@ namespace Cosmos.Core
var xCallback = mIRQ_Handlers[irq];
if (xCallback != null)
{
HMI.GCMonitor();
xCallback(ref aContext);
HMI.GCFreeAll();
}
}