mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
This commit is contained in:
parent
697cb1292e
commit
7941736718
1 changed files with 2 additions and 0 deletions
|
|
@ -162,7 +162,9 @@ namespace Cosmos.Core
|
|||
var xCallback = mIRQ_Handlers[irq];
|
||||
if (xCallback != null)
|
||||
{
|
||||
HMI.GCMonitor();
|
||||
xCallback(ref aContext);
|
||||
HMI.GCFreeAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue