replaced DMA API routines by fresh download with originals
moved more interrupt handlers to generalized handler cleaned up lowlevel interrupt handling fixed wrong assignment of interrupt masks reformatted
This commit is contained in:
@@ -593,9 +593,9 @@ bool dma_interrupt_handler(void *arg1, void *arg2)
|
||||
}
|
||||
}
|
||||
|
||||
set_ipl(ipl);
|
||||
//set_ipl(ipl);
|
||||
|
||||
return 1; /* handled */
|
||||
return true; /* handled */
|
||||
}
|
||||
/********************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user