mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-18 19:28:02 -04:00
SYNC
This commit is contained in:
parent
29ec87a9ad
commit
44638e504b
166 changed files with 8700 additions and 3967 deletions
|
@ -54,7 +54,7 @@ void Channel::configure(
|
|||
const LLI& first_lli,
|
||||
const uint32_t config
|
||||
) const {
|
||||
disable_force();
|
||||
disable();
|
||||
clear_interrupts();
|
||||
|
||||
LPC_GPDMA_Channel_Type* const channel = &LPC_GPDMA->CH[number];
|
||||
|
@ -69,7 +69,6 @@ void Channel::configure(
|
|||
|
||||
extern "C" {
|
||||
|
||||
LOCATE_IN_RAM
|
||||
CH_IRQ_HANDLER(DMA_IRQHandler) {
|
||||
CH_IRQ_PROLOGUE();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue