Example #1
0
 /// <summary>
 /// Processes the interrupt.
 /// </summary>
 /// <param name="irq">The irq.</param>
 public static void ProcessInterrupt(byte irq)
 {
     //DeviceDrivers.Setup.ResourceManager.InterruptManager.ProcessInterrupt(irq);
     HAL.handleInterrupt(irq);
 }