Fix on interrupts (networking)

This commit is contained in:
valentinbreiz 2019-06-11 16:33:05 +02:00
parent 7673c1def8
commit c6dbd2477a

View file

@ -95,8 +95,8 @@ namespace Cosmos.Core
// set masks:
Master.Data.Byte = masterMask;
IOPort.Wait();
Slave.Data.Byte = slaveMask;
IOPort.Wait();
//Slave.Data.Byte = slaveMask;
//IOPort.Wait();
}
protected void Init(IOGroup.PIC aPIC, byte aBase, byte aIDunno, byte aMask)