mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Fix on interrupts (networking)
This commit is contained in:
parent
7673c1def8
commit
c6dbd2477a
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue